Skip to content

Commit c722b11

Browse files
committed
Update feature gates move to beta
1 parent 68c57ff commit c722b11

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/reference/feature-gates.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ different Kubernetes components.
5656
| `LocalStorageCapacityIsolation` | `false` | Alpha | 1.7 | |
5757
| `MountContainers` | `false` | Alpha | 1.9 | |
5858
| `MountPropagation` | `false` | Alpha | 1.8 | |
59-
| `PersistentLocalVolumes` | `false` | Alpha | 1.7 | |
59+
| `PersistentLocalVolumes` | `true` | Beta | 1.10 | |
60+
| `PersistentLocalVolumes` | `false` | Alpha | 1.7 | 1.9 |
6061
| `PodPriority` | `false` | Alpha | 1.8 | |
6162
| `PVCProtection` | `false` | Alpha | 1.9 | |
6263
| `ResourceLimitsPriorityFunction` | `false` | Alpha | 1.9 | |
@@ -67,7 +68,8 @@ different Kubernetes components.
6768
| `SupportIPVSProxyMode` | `false` | Alpha | 1.8 | |
6869
| `TaintBasedEvictions` | `false` | Alpha | 1.6 | |
6970
| `TaintNodesByCondition` | `false` | Alpha | 1.8 | |
70-
| `VolumeScheduling` | `false` | Alpha | 1.9 | |
71+
| `VolumeScheduling` | `true` | Beta | 1.10 | |
72+
| `VolumeScheduling` | `false` | Alpha | 1.9 | 1.9 |
7173

7274
## Using a Feature
7375

0 commit comments

Comments
 (0)