@@ -25,7 +25,8 @@ on each Kubernetes component.
25
25
Each Kubernetes component lets you enable or disable a set of feature gates that
26
26
are relevant to that component.
27
27
Use ` -h ` flag to see a full set of feature gates for all components.
28
- To set feature gates for a component, such as kubelet, use the ` --feature-gates ` flag assigned to a list of feature pairs:
28
+ To set feature gates for a component, such as kubelet, use the ` --feature-gates `
29
+ flag assigned to a list of feature pairs:
29
30
30
31
``` shell
31
32
--feature-gates=" ...,GracefulNodeShutdown=true"
@@ -575,7 +576,7 @@ Each feature gate is designed for enabling/disabling a specific feature:
575
576
- ` AnyVolumeDataSource ` : Enable use of any custom resource as the ` DataSource ` of a
576
577
{{< glossary_tooltip text="PVC" term_id="persistent-volume-claim" >}}.
577
578
- ` AppArmor ` : Enable use of AppArmor mandatory access control for Pods running on Linux nodes.
578
- See [ AppArmor Tutorial] ( /docs/tutorials/clusters /apparmor/ ) for more details.
579
+ See [ AppArmor Tutorial] ( /docs/tutorials/security /apparmor/ ) for more details.
579
580
- ` AttachVolumeLimit ` : Enable volume plugins to report limits on number of volumes
580
581
that can be attached to a node.
581
582
See [ dynamic volume limits] ( /docs/concepts/storage/storage-limits/#dynamic-volume-limits ) for more details.
@@ -769,12 +770,12 @@ Each feature gate is designed for enabling/disabling a specific feature:
769
770
- ` EnableEquivalenceClassCache ` : Enable the scheduler to cache equivalence of
770
771
nodes when scheduling Pods.
771
772
- ` EndpointSlice ` : Enables EndpointSlices for more scalable and extensible
772
- network endpoints. See [ Enabling EndpointSlices] ( /docs/tasks/administer-cluster/enabling-endpointslices / ) .
773
+ network endpoints. See [ Enabling EndpointSlices] ( /docs/concepts/services-networking/endpoint-slices / ) .
773
774
- ` EndpointSliceNodeName ` : Enables EndpointSlice ` nodeName ` field.
774
775
- ` EndpointSliceProxying ` : When enabled, kube-proxy running
775
776
on Linux will use EndpointSlices as the primary data source instead of
776
777
Endpoints, enabling scalability and performance improvements. See
777
- [ Enabling Endpoint Slices] ( /docs/tasks/administer-cluster/enabling-endpointslices / ) .
778
+ [ Enabling Endpoint Slices] ( /docs/concepts/services-networking/endpoint-slices / ) .
778
779
- ` EndpointSliceTerminatingCondition ` : Enables EndpointSlice ` terminating ` and ` serving `
779
780
condition fields.
780
781
- ` EphemeralContainers ` : Enable the ability to add
@@ -1089,7 +1090,7 @@ Each feature gate is designed for enabling/disabling a specific feature:
1089
1090
- ` WindowsEndpointSliceProxying ` : When enabled, kube-proxy running on Windows
1090
1091
will use EndpointSlices as the primary data source instead of Endpoints,
1091
1092
enabling scalability and performance improvements. See
1092
- [ Enabling Endpoint Slices] ( /docs/tasks/administer-cluster/enabling-endpointslices / ) .
1093
+ [ Enabling Endpoint Slices] ( /docs/concepts/services-networking/endpoint-slices / ) .
1093
1094
- ` WindowsGMSA ` : Enables passing of GMSA credential specs from pods to container runtimes.
1094
1095
- ` WindowsHostProcessContainers ` : Enables support for Windows HostProcess containers.
1095
1096
- ` WindowsRunAsUserName ` : Enable support for running applications in Windows containers
0 commit comments