Skip to content

Commit c617530

Browse files
msau42zacharysarah
authored and
zacharysarah
committed
Update feature gates move to beta (#7662)
1 parent 08d63f2 commit c617530

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

docs/reference/feature-gates.md

+16
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,19 @@ different Kubernetes components.
112112
| `LocalStorageCapacityIsolation` | `true` | Beta| 1.10 | |
113113
>>>>>>> Document that LocalStorageCapacityIsolation is beta (#7635)
114114
| `MountContainers` | `false` | Alpha | 1.9 | |
115+
<<<<<<< HEAD
115116
| `MountPropagation` | `false` | Alpha | 1.8 | 1.9 |
116117
| `MountPropagation` | `true` | Beta | 1.10 | |
117118
| `PersistentLocalVolumes` | `false` | Alpha | 1.7 | 1.9 |
118119
| `PersistentLocalVolumes` | `true` | Beta | 1.10 | |
120+
||||||| merged common ancestors
121+
| `MountPropagation` | `false` | Alpha | 1.8 | |
122+
| `PersistentLocalVolumes` | `false` | Alpha | 1.7 | |
123+
=======
124+
| `MountPropagation` | `false` | Alpha | 1.8 | |
125+
| `PersistentLocalVolumes` | `false` | Alpha | 1.7 | 1.9 |
126+
| `PersistentLocalVolumes` | `true` | Beta | 1.10 | |
127+
>>>>>>> Update feature gates move to beta (#7662)
119128
| `PodPriority` | `false` | Alpha | 1.8 | |
120129
| `PodShareProcessNamespace` | `false` | Alpha | 1.10 | |
121130
| `PVCProtection` | `false` | Alpha | 1.9 | 1.9 |
@@ -134,9 +143,16 @@ different Kubernetes components.
134143
| `SupportPodPidsLimit` | `false` | Alpha | 1.10 | |
135144
| `TaintBasedEvictions` | `false` | Alpha | 1.6 | |
136145
| `TaintNodesByCondition` | `false` | Alpha | 1.8 | |
146+
<<<<<<< HEAD
137147
| `TokenRequest` | `false` | Alpha | 1.10 | |
138148
| `VolumeScheduling` | `false` | Alpha | 1.9 | 1.9 |
139149
| `VolumeScheduling` | `true` | Beta | 1.10 | |
150+
||||||| merged common ancestors
151+
| `VolumeScheduling` | `false` | Alpha | 1.9 | |
152+
=======
153+
| `VolumeScheduling` | `false` | Alpha | 1.9 | 1.9 |
154+
| `VolumeScheduling` | `true` | Beta | 1.10 | |
155+
>>>>>>> Update feature gates move to beta (#7662)
140156
141157
## Using a Feature
142158

0 commit comments

Comments
 (0)