Skip to content

Commit

Permalink
duplicated "Note: " (#14052)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
silenceshell authored and k8s-ci-robot committed Apr 26, 2019
1 parent d1ceddb commit 280ca8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/concepts/storage/persistent-volumes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 >}}
Expand Down

0 comments on commit 280ca8b

Please sign in to comment.