From 0f6457d5dfaad7d5c50911edd5732eb93e9e2de4 Mon Sep 17 00:00:00 2001 From: houjun Date: Wed, 16 Jan 2019 17:16:04 +0800 Subject: [PATCH] Fix the version state of BlockVolume (#12237) --- content/en/docs/concepts/storage/persistent-volumes.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/content/en/docs/concepts/storage/persistent-volumes.md b/content/en/docs/concepts/storage/persistent-volumes.md index 6343009660..ee66fdd81c 100644 --- a/content/en/docs/concepts/storage/persistent-volumes.md +++ b/content/en/docs/concepts/storage/persistent-volumes.md @@ -309,9 +309,7 @@ Currently, storage size is the only resource that can be set or requested. Futu ### Volume Mode -{{< feature-state for_k8s_version="v1.9" state="alpha" >}} - -To enable this feature, enable the `BlockVolume` feature gate on the apiserver, controller-manager and the kubelet. +{{< feature-state for_k8s_version="v1.13" state="beta" >}} Prior to Kubernetes 1.9, all volume plugins created a filesystem on the persistent volume. Now, you can set the value of `volumeMode` to `raw` to use a raw block device, or `filesystem` @@ -548,10 +546,7 @@ spec: ## Raw Block Volume Support -{{< feature-state for_k8s_version="v1.9" state="alpha" >}} - -To enable support for raw block volumes, enable the `BlockVolume` feature gate on the -apiserver, controller-manager and the kubelet. +{{< feature-state for_k8s_version="v1.13" state="beta" >}} The following volume plugins support raw block volumes, including dynamic provisioning where applicable.