Update feature gates move to beta (#7662)

This commit is contained in:
Michelle Au
2018-03-07 07:19:52 -08:00
committed by k8s-ci-robot
parent f5b6cb3f62
commit 7dd01bdfe9
+4 -2
View File
@@ -61,7 +61,8 @@ different Kubernetes components.
| `LocalStorageCapacityIsolation` | `true` | Beta| 1.10 | |
| `MountContainers` | `false` | Alpha | 1.9 | |
| `MountPropagation` | `false` | Alpha | 1.8 | |
| `PersistentLocalVolumes` | `false` | Alpha | 1.7 | |
| `PersistentLocalVolumes` | `false` | Alpha | 1.7 | 1.9 |
| `PersistentLocalVolumes` | `true` | Beta | 1.10 | |
| `PodPriority` | `false` | Alpha | 1.8 | |
| `PVCProtection` | `false` | Alpha | 1.9 | |
| `ResourceLimitsPriorityFunction` | `false` | Alpha | 1.9 | |
@@ -72,7 +73,8 @@ different Kubernetes components.
| `SupportIPVSProxyMode` | `false` | Alpha | 1.8 | |
| `TaintBasedEvictions` | `false` | Alpha | 1.6 | |
| `TaintNodesByCondition` | `false` | Alpha | 1.8 | |
| `VolumeScheduling` | `false` | Alpha | 1.9 | |
| `VolumeScheduling` | `false` | Alpha | 1.9 | 1.9 |
| `VolumeScheduling` | `true` | Beta | 1.10 | |
## Using a Feature