Skip to content

Commit 37fae75

Browse files
committed
Fix links in feature gates
Some links are pointing to redirection records, which will be problematic for downstream localizations.
1 parent 517ec92 commit 37fae75

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

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

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ on each Kubernetes component.
2525
Each Kubernetes component lets you enable or disable a set of feature gates that
2626
are relevant to that component.
2727
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:
2930

3031
```shell
3132
--feature-gates="...,GracefulNodeShutdown=true"
@@ -575,7 +576,7 @@ Each feature gate is designed for enabling/disabling a specific feature:
575576
- `AnyVolumeDataSource`: Enable use of any custom resource as the `DataSource` of a
576577
{{< glossary_tooltip text="PVC" term_id="persistent-volume-claim" >}}.
577578
- `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.
579580
- `AttachVolumeLimit`: Enable volume plugins to report limits on number of volumes
580581
that can be attached to a node.
581582
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:
769770
- `EnableEquivalenceClassCache`: Enable the scheduler to cache equivalence of
770771
nodes when scheduling Pods.
771772
- `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/).
773774
- `EndpointSliceNodeName`: Enables EndpointSlice `nodeName` field.
774775
- `EndpointSliceProxying`: When enabled, kube-proxy running
775776
on Linux will use EndpointSlices as the primary data source instead of
776777
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/).
778779
- `EndpointSliceTerminatingCondition`: Enables EndpointSlice `terminating` and `serving`
779780
condition fields.
780781
- `EphemeralContainers`: Enable the ability to add
@@ -1089,7 +1090,7 @@ Each feature gate is designed for enabling/disabling a specific feature:
10891090
- `WindowsEndpointSliceProxying`: When enabled, kube-proxy running on Windows
10901091
will use EndpointSlices as the primary data source instead of Endpoints,
10911092
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/).
10931094
- `WindowsGMSA`: Enables passing of GMSA credential specs from pods to container runtimes.
10941095
- `WindowsHostProcessContainers`: Enables support for Windows HostProcess containers.
10951096
- `WindowsRunAsUserName` : Enable support for running applications in Windows containers

0 commit comments

Comments
 (0)