From 9f6bb7d191a4cf1a8b79d6a6e87246d00d2f1bc4 Mon Sep 17 00:00:00 2001 From: Michelle Au Date: Mon, 19 Nov 2018 08:03:52 -0800 Subject: [PATCH] Doc updates for volume scheduling GA (#10743) * Doc updates for volume scheduling GA * Make trivial change to kick build --- content/en/docs/concepts/storage/storage-classes.md | 9 --------- .../command-line-tools-reference/feature-gates.md | 3 ++- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/content/en/docs/concepts/storage/storage-classes.md b/content/en/docs/concepts/storage/storage-classes.md index 0cd7d0afbcc0a..c6de335f28977 100644 --- a/content/en/docs/concepts/storage/storage-classes.md +++ b/content/en/docs/concepts/storage/storage-classes.md @@ -121,11 +121,6 @@ the class or PV, so mount of the PV will simply fail if one is invalid. ### Volume Binding Mode -{{< feature-state for_k8s_version="v1.12" state="beta" >}} - -**Note:** This feature requires the `VolumeScheduling` feature gate to be -enabled. - The `volumeBindingMode` field controls when [volume binding and dynamic provisioning](/docs/concepts/storage/persistent-volumes/#provisioning) should occur. @@ -157,10 +152,6 @@ The following plugins support `WaitForFirstConsumer` with pre-created Persistent * [Local](#local) ### Allowed Topologies -{{< feature-state for_k8s_version="v1.12" state="beta" >}} - -**Note:** This feature requires the `VolumeScheduling` feature gate to be -enabled. When a cluster operactor specifies the `WaitForFirstConsumer` volume binding mode, it is no longer necessary to restrict provisioning to specific topologies in most situations. However, diff --git a/content/en/docs/reference/command-line-tools-reference/feature-gates.md b/content/en/docs/reference/command-line-tools-reference/feature-gates.md index a7624e1407fa7..fb7868ae5a152 100644 --- a/content/en/docs/reference/command-line-tools-reference/feature-gates.md +++ b/content/en/docs/reference/command-line-tools-reference/feature-gates.md @@ -115,7 +115,8 @@ different Kubernetes components. | `TokenRequestProjection` | `true` | Beta | 1.12 | | | `TTLAfterFinished` | `false` | Alpha | 1.12 | | | `VolumeScheduling` | `false` | Alpha | 1.9 | 1.9 | -| `VolumeScheduling` | `true` | Beta | 1.10 | | +| `VolumeScheduling` | `true` | Beta | 1.10 | 1.12 | +| `VolumeScheduling` | `true` | GA | 1.13 | | | `VolumeSubpathEnvExpansion` | `false` | Alpha | 1.11 | | | `ScheduleDaemonSetPods` | `false` | Alpha | 1.11 | 1.11 | | `ScheduleDaemonSetPods` | `true` | Beta | 1.12 | |