From 280ca8bfe9d1c71d0a93bd38b9573ffa3b515ddb Mon Sep 17 00:00:00 2001 From: silenceshell Date: Sat, 27 Apr 2019 06:12:24 +0800 Subject: [PATCH] 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. --- content/en/docs/concepts/storage/persistent-volumes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/storage/persistent-volumes.md b/content/en/docs/concepts/storage/persistent-volumes.md index 076013be00..aa061ef1b6 100644 --- a/content/en/docs/concepts/storage/persistent-volumes.md +++ b/content/en/docs/concepts/storage/persistent-volumes.md @@ -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 >}}