Skip to content

Commit 7f52f82

Browse files
authored
Merge pull request #36315 from windsonsea/feagatey
Fixed links in feature-gates.md
2 parents d223358 + 2aeb091 commit 7f52f82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,7 @@ Each feature gate is designed for enabling/disabling a specific feature:
632632
- `APIResponseCompression`: Compress the API responses for `LIST` or `GET` requests.
633633
- `APIServerIdentity`: Assign each API server an ID in a cluster.
634634
- `APIServerTracing`: Add support for distributed tracing in the API server.
635-
See [Traces for Kubernetes System Components](/docs/concepts/cluster-administration/traces-for-kubernetes-system-components) for more details.
635+
See [Traces for Kubernetes System Components](/docs/concepts/cluster-administration/system-traces) for more details.
636636
- `Accelerators`: Provided an early form of plugin to enable Nvidia GPU support when using
637637
Docker Engine; no longer available. See
638638
[Device Plugins](/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins/) for
@@ -1009,7 +1009,7 @@ Each feature gate is designed for enabling/disabling a specific feature:
10091009
- `KubeletTracing`: Add support for distributed tracing in the kubelet.
10101010
When enabled, kubelet CRI interface and authenticated http servers are instrumented to generate
10111011
OpenTelemetry trace spans.
1012-
See [Traces for Kubernetes System Components](/docs/concepts/cluster-administration/traces-for-kubernetes-system-components) for more details.
1012+
See [Traces for Kubernetes System Components](/docs/concepts/cluster-administration/system-traces) for more details.
10131013
- `LegacyServiceAccountTokenNoAutoGeneration`: Stop auto-generation of Secret-based
10141014
[service account tokens](/docs/reference/access-authn-authz/authentication/#service-account-tokens).
10151015
- `LocalStorageCapacityIsolation`: Enable the consumption of

0 commit comments

Comments
 (0)