Skip to content

Commit bdd26fe

Browse files
authored
Merge pull request #32882 from jiahuif-forks/cleanup/beta-defaults
sync beta feature defaults with features.go
2 parents 3be508f + 675d1cc commit bdd26fe

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

content/en/docs/reference/command-line-tools-reference/feature-gates.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,8 @@ different Kubernetes components.
101101
| `DisableCloudProviders` | `false` | Alpha | 1.22 | |
102102
| `DisableKubeletCloudCredentialProviders` | `false` | Alpha | 1.23 | |
103103
| `DownwardAPIHugePages` | `false` | Alpha | 1.20 | 1.20 |
104-
| `DownwardAPIHugePages` | `false` | Beta | 1.21 | |
104+
| `DownwardAPIHugePages` | `false` | Beta | 1.21 | 1.21 |
105+
| `DownwardAPIHugePages` | `true` | Beta | 1.22 | |
105106
| `EndpointSliceTerminatingCondition` | `false` | Alpha | 1.20 | 1.21 |
106107
| `EndpointSliceTerminatingCondition` | `true` | Beta | 1.22 | |
107108
| `EphemeralContainers` | `false` | Alpha | 1.16 | 1.22 |
@@ -137,7 +138,7 @@ different Kubernetes components.
137138
| `KubeletPodResources` | `false` | Alpha | 1.13 | 1.14 |
138139
| `KubeletPodResources` | `true` | Beta | 1.15 | |
139140
| `KubeletPodResourcesGetAllocatable` | `false` | Alpha | 1.21 | 1.22 |
140-
| `KubeletPodResourcesGetAllocatable` | `false` | Beta | 1.23 | |
141+
| `KubeletPodResourcesGetAllocatable` | `true` | Beta | 1.23 | |
141142
| `LocalStorageCapacityIsolation` | `false` | Alpha | 1.7 | 1.9 |
142143
| `LocalStorageCapacityIsolation` | `true` | Beta | 1.10 | |
143144
| `LocalStorageCapacityIsolationFSQuotaMonitoring` | `false` | Alpha | 1.15 | |
@@ -155,7 +156,7 @@ different Kubernetes components.
155156
| `NodeSwap` | `false` | Alpha | 1.22 | |
156157
| `NodeOutOfServiceVolumeDetach` | `false` | Alpha | 1.24 | |
157158
| `OpenAPIEnums` | `false` | Alpha | 1.23 | 1.23 |
158-
| `OpenAPIEnums` | `false` | Beta | 1.24 | |
159+
| `OpenAPIEnums` | `true` | Beta | 1.24 | |
159160
| `OpenAPIV3` | `false` | Alpha | 1.23 | 1.23 |
160161
| `OpenAPIV3` | `true` | Beta | 1.24 | |
161162
| `PodAndContainerStatsFromCRI` | `false` | Alpha | 1.23 | |
@@ -198,7 +199,7 @@ different Kubernetes components.
198199
| `WinOverlay` | `false` | Alpha | 1.14 | 1.19 |
199200
| `WinOverlay` | `true` | Beta | 1.20 | |
200201
| `WindowsHostProcessContainers` | `false` | Alpha | 1.22 | 1.22 |
201-
| `WindowsHostProcessContainers` | `false` | Beta | 1.23 | |
202+
| `WindowsHostProcessContainers` | `true` | Beta | 1.23 | |
202203
{{< /table >}}
203204

204205
### Feature gates for graduated or deprecated features

0 commit comments

Comments
 (0)