Skip to content

Commit

Permalink
Document that LocalStorageCapacityIsolation is beta (#7635)
Browse files Browse the repository at this point in the history
A follow-up to the kubernetes/kubernetes#60159 change which has promoted
the `LocalStorageCapacityIsolation` feature gate to Beta.
  • Loading branch information
tengqm authored and zacharysarah committed Apr 16, 2018
1 parent 3385527 commit 08d63f2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/reference/feature-gates.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,15 @@ different Kubernetes components.
| `LocalStorageCapacityIsolation` | `false` | Alpha | 1.7 | |
=======
| `KubeletConfigFile` | `false` | Alpha | 1.8 | 1.9 |
<<<<<<< HEAD
| `LocalStorageCapacityIsolation` | `false` | Alpha | 1.7 | |
>>>>>>> Document the removal of the KubeletConfigFile feature gate (#7140)
||||||| merged common ancestors
| `LocalStorageCapacityIsolation` | `false` | Alpha | 1.7 | |
=======
| `LocalStorageCapacityIsolation` | `false` | Alpha | 1.7 | 1.9 |
| `LocalStorageCapacityIsolation` | `true` | Beta| 1.10 | |
>>>>>>> Document that LocalStorageCapacityIsolation is beta (#7635)
| `MountContainers` | `false` | Alpha | 1.9 | |
| `MountPropagation` | `false` | Alpha | 1.8 | 1.9 |
| `MountPropagation` | `true` | Beta | 1.10 | |
Expand Down

0 comments on commit 08d63f2

Please sign in to comment.