@@ -165,8 +165,8 @@ different Kubernetes components.
165
165
| ` PreferNominatedNode ` | ` true ` | Beta | 1.22 | |
166
166
| ` ProbeTerminationGracePeriod ` | ` false ` | Alpha | 1.21 | 1.21 |
167
167
| ` ProbeTerminationGracePeriod ` | ` false ` | Beta | 1.22 | |
168
- | ` ProxyTerminatingEndpoints ` | ` false ` | Alpha | 1.22 | |
169
168
| ` ProcMountType ` | ` false ` | Alpha | 1.12 | |
169
+ | ` ProxyTerminatingEndpoints ` | ` false ` | Alpha | 1.22 | |
170
170
| ` QOSReserved ` | ` false ` | Alpha | 1.11 | |
171
171
| ` ReadWriteOncePod ` | ` false ` | Alpha | 1.22 | |
172
172
| ` RemainingItemCount ` | ` false ` | Alpha | 1.15 | 1.15 |
@@ -789,21 +789,17 @@ Each feature gate is designed for enabling/disabling a specific feature:
789
789
and volume controllers.
790
790
- ` IndexedJob ` : Allows the [ Job] ( /docs/concepts/workloads/controllers/job/ )
791
791
controller to manage Pod completions per completion index.
792
- - ` JobTrackingWithFinalizers ` : Enables tracking [ Job] ( /docs/concepts/workloads/controllers/job )
793
- completions without relying on Pods remaining in the cluster indefinitely.
794
- The Job controller uses Pod finalizers and a field in the Job status to keep
795
- track of the finished Pods to count towards completion.
796
792
- ` IngressClassNamespacedParams ` : Allow namespace-scoped parameters reference in
797
793
` IngressClass ` resource. This feature adds two fields - ` Scope ` and ` Namespace `
798
794
to ` IngressClass.spec.parameters ` .
799
795
- ` Initializers ` : Allow asynchronous coordination of object creation using the
800
796
Initializers admission plugin.
801
797
- ` IPv6DualStack ` : Enable [ dual stack] ( /docs/concepts/services-networking/dual-stack/ )
802
798
support for IPv6.
803
- - ` JobTrackingWithFinalizers ` : Enables the tracking of Job completion without
804
- relying on Pods remaining in the cluster indefinitely. Pod finalizers, in
805
- addition to a field in the Job status, allow the Job controller to track
806
- Pods that it didn't account for yet .
799
+ - ` JobTrackingWithFinalizers ` : Enables tracking [ Job] ( /docs/concepts/workloads/controllers/job )
800
+ completions without relying on Pods remaining in the cluster indefinitely.
801
+ The Job controller uses Pod finalizers and a field in the Job status to keep
802
+ track of the finished Pods to count towards completion .
807
803
- ` KubeletConfigFile ` : Enable loading kubelet configuration from
808
804
a file specified using a config file.
809
805
See [ setting kubelet parameters via a config file] ( /docs/tasks/administer-cluster/kubelet-config-file/ )
@@ -1012,18 +1008,16 @@ Each feature gate is designed for enabling/disabling a specific feature:
1012
1008
- ` WatchBookmark ` : Enable support for watch bookmark events.
1013
1009
- ` WinDSR ` : Allows kube-proxy to create DSR loadbalancers for Windows.
1014
1010
- ` WinOverlay ` : Allows kube-proxy to run in overlay mode for Windows.
1011
+ - ` WindowsEndpointSliceProxying ` : When enabled, kube-proxy running on Windows
1012
+ will use EndpointSlices as the primary data source instead of Endpoints,
1013
+ enabling scalability and performance improvements. See
1014
+ [ Enabling Endpoint Slices] ( /docs/tasks/administer-cluster/enabling-endpointslices/ ) .
1015
1015
- ` WindowsGMSA ` : Enables passing of GMSA credential specs from pods to container runtimes.
1016
1016
- ` WindowsHostProcessContainers ` : Enables support for Windows HostProcess containers.
1017
1017
- ` WindowsRunAsUserName ` : Enable support for running applications in Windows containers
1018
1018
with as a non-default user. See
1019
1019
[ Configuring RunAsUserName] ( /docs/tasks/configure-pod-container/configure-runasusername )
1020
1020
for more details.
1021
- - ` WindowsEndpointSliceProxying ` : When enabled, kube-proxy running on Windows
1022
- will use EndpointSlices as the primary data source instead of Endpoints,
1023
- enabling scalability and performance improvements. See
1024
- [ Enabling Endpoint Slices] ( /docs/tasks/administer-cluster/enabling-endpointslices/ ) .
1025
- - ` WindowsHostProcessContainers ` : Enables the support for ` HostProcess `
1026
- containers on Windows nodes.
1027
1021
1028
1022
1029
1023
## {{% heading "whatsnext" %}}
0 commit comments