duplicated "Note: " (#14052)

check [here](https://kubernetes.io/docs/concepts/storage/persistent-volumes/#resizing-an-in-use-persistentvolumeclaim)

Note: Note: FlexVolume resize is possible only when the underlying driver supports resize.

There is a "Note: " already.
pull/13830/head
silenceshell 2019-04-27 06:12:24 +08:00 committed by Kubernetes Prow Robot
parent d1ceddba29
commit 280ca8bfe9
1 changed files with 1 additions and 1 deletions

View File

@ -252,7 +252,7 @@ uses the PVC before the expansion can complete.
Expanding in-use PVCs for FlexVolumes is added in release 1.13. To enable this feature use `ExpandInUsePersistentVolumes` and `ExpandPersistentVolumes` feature gates. The `ExpandPersistentVolumes` feature gate is already enabled by default. If the `ExpandInUsePersistentVolumes` is set, FlexVolume can be resized online without pod restart.
{{< note >}}
**Note:** FlexVolume resize is possible only when the underlying driver supports resize.
FlexVolume resize is possible only when the underlying driver supports resize.
{{< /note >}}
{{< note >}}