Skip to content

Commit b354468

Browse files
authored
Merge pull request #29409 from tengqm/fix-featuregates
Fix some errors in the feature-gates page
2 parents ff44f29 + da53892 commit b354468

File tree

1 file changed

+9
-15
lines changed

1 file changed

+9
-15
lines changed

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

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,8 @@ different Kubernetes components.
165165
| `PreferNominatedNode` | `true` | Beta | 1.22 | |
166166
| `ProbeTerminationGracePeriod` | `false` | Alpha | 1.21 | 1.21 |
167167
| `ProbeTerminationGracePeriod` | `false` | Beta | 1.22 | |
168-
| `ProxyTerminatingEndpoints` | `false` | Alpha | 1.22 | |
169168
| `ProcMountType` | `false` | Alpha | 1.12 | |
169+
| `ProxyTerminatingEndpoints` | `false` | Alpha | 1.22 | |
170170
| `QOSReserved` | `false` | Alpha | 1.11 | |
171171
| `ReadWriteOncePod` | `false` | Alpha | 1.22 | |
172172
| `RemainingItemCount` | `false` | Alpha | 1.15 | 1.15 |
@@ -789,21 +789,17 @@ Each feature gate is designed for enabling/disabling a specific feature:
789789
and volume controllers.
790790
- `IndexedJob`: Allows the [Job](/docs/concepts/workloads/controllers/job/)
791791
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.
796792
- `IngressClassNamespacedParams`: Allow namespace-scoped parameters reference in
797793
`IngressClass` resource. This feature adds two fields - `Scope` and `Namespace`
798794
to `IngressClass.spec.parameters`.
799795
- `Initializers`: Allow asynchronous coordination of object creation using the
800796
Initializers admission plugin.
801797
- `IPv6DualStack`: Enable [dual stack](/docs/concepts/services-networking/dual-stack/)
802798
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.
807803
- `KubeletConfigFile`: Enable loading kubelet configuration from
808804
a file specified using a config file.
809805
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:
10121008
- `WatchBookmark`: Enable support for watch bookmark events.
10131009
- `WinDSR`: Allows kube-proxy to create DSR loadbalancers for Windows.
10141010
- `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/).
10151015
- `WindowsGMSA`: Enables passing of GMSA credential specs from pods to container runtimes.
10161016
- `WindowsHostProcessContainers`: Enables support for Windows HostProcess containers.
10171017
- `WindowsRunAsUserName` : Enable support for running applications in Windows containers
10181018
with as a non-default user. See
10191019
[Configuring RunAsUserName](/docs/tasks/configure-pod-container/configure-runasusername)
10201020
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.
10271021

10281022

10291023
## {{% heading "whatsnext" %}}

0 commit comments

Comments
 (0)