Skip to content

Commit 19fe7f2

Browse files
committed
Document that LocalStorageCapacityIsolation is beta
A follow-up to the kubernetes/kubernetes#60159 change which has promoted the `LocalStorageCapacityIsolation` feature gate to Beta.
1 parent 805f2c7 commit 19fe7f2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/reference/feature-gates.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ different Kubernetes components.
5757
| `HyperVContainer` | `false` | Alpha | 1.10 | |
5858
| `Initializers` | `false` | Alpha | 1.7 | |
5959
| `KubeletConfigFile` | `false` | Alpha | 1.8 | 1.9 |
60-
| `LocalStorageCapacityIsolation` | `false` | Alpha | 1.7 | |
60+
| `LocalStorageCapacityIsolation` | `false` | Alpha | 1.7 | 1.9 |
61+
| `LocalStorageCapacityIsolation` | `true` | Beta| 1.10 | |
6162
| `MountContainers` | `false` | Alpha | 1.9 | |
6263
| `MountPropagation` | `false` | Alpha | 1.8 | |
6364
| `PersistentLocalVolumes` | `false` | Alpha | 1.7 | |

0 commit comments

Comments
 (0)