Skip to content

Commit ab2ba4d

Browse files
authored
Merge pull request #24680 from tengqm/links-reference
Fix links in reference section
2 parents fe90f65 + 00fd1a6 commit ab2ba4d

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

content/en/docs/reference/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ client libraries:
3636

3737
* [kubectl](/docs/reference/kubectl/overview/) - Main CLI tool for running commands and managing Kubernetes clusters.
3838
* [JSONPath](/docs/reference/kubectl/jsonpath/) - Syntax guide for using [JSONPath expressions](https://goessner.net/articles/JsonPath/) with kubectl.
39-
* [kubeadm](/docs/reference/setup-tools/kubeadm/kubeadm/) - CLI tool to easily provision a secure Kubernetes cluster.
39+
* [kubeadm](/docs/reference/setup-tools/kubeadm/) - CLI tool to easily provision a secure Kubernetes cluster.
4040

4141
## Components Reference
4242

content/en/docs/reference/access-authn-authz/admission-controllers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -730,7 +730,7 @@ See the [resourceQuota design doc](https://git.k8s.io/community/contributors/des
730730
For [RuntimeClass](/docs/concepts/containers/runtime-class/) definitions which describe an overhead associated with running a pod,
731731
this admission controller will set the pod.Spec.Overhead field accordingly.
732732

733-
See also [Pod Overhead](/docs/concepts/configuration/pod-overhead/)
733+
See also [Pod Overhead](/docs/concepts/scheduling-eviction/pod-overhead/)
734734
for more information.
735735

736736
### SecurityContextDeny {#securitycontextdeny}

content/en/docs/reference/access-authn-authz/authorization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,6 @@ action the account could take. This applies regardless of authorization mode.
202202

203203
## {{% heading "whatsnext" %}}
204204

205-
* To learn more about Authentication, see **Authentication** in [Controlling Access to the Kubernetes API](/docs/reference/access-authn-authz/controlling-access/).
205+
* To learn more about Authentication, see **Authentication** in [Controlling Access to the Kubernetes API](/docs/concepts/security/controlling-access/).
206206
* To learn more about Admission Control, see [Using Admission Controllers](/docs/reference/access-authn-authz/admission-controllers/).
207207

content/en/docs/reference/access-authn-authz/bootstrap-tokens.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ weight: 20
1212

1313
Bootstrap tokens are a simple bearer token that is meant to be used when
1414
creating new clusters or joining new nodes to an existing cluster. It was built
15-
to support [kubeadm](/docs/reference/setup-tools/kubeadm/kubeadm/), but can be used in other contexts
15+
to support [kubeadm](/docs/reference/setup-tools/kubeadm/), but can be used in other contexts
1616
for users that wish to start clusters without `kubeadm`. It is also built to
17-
work, via RBAC policy, with the [Kubelet TLS
18-
Bootstrapping](/docs/reference/command-line-tools-reference/kubelet-tls-bootstrapping/) system.
17+
work, via RBAC policy, with the
18+
[Kubelet TLS Bootstrapping](/docs/reference/command-line-tools-reference/kubelet-tls-bootstrapping/) system.
1919

2020

2121
<!-- body -->

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ Each feature gate is designed for enabling/disabling a specific feature:
427427
- `DevicePlugins`: Enable the [device-plugins](/docs/concepts/cluster-administration/device-plugins/)
428428
based resource provisioning on nodes.
429429
- `DefaultPodTopologySpread`: Enables the use of `PodTopologySpread` scheduling plugin to do
430-
[default spreading](/docs/concepts/workloads/pods/pod/pod-topology-spread-constraints/#internal-default-constraints).
430+
[default spreading](/docs/concepts/workloads/pods/pod-topology-spread-constraints/#internal-default-constraints).
431431
- `DryRun`: Enable server-side [dry run](/docs/reference/using-api/api-concepts/#dry-run) requests
432432
so that validation, merging, and mutation can be tested without committing.
433433
- `DynamicAuditing`(*deprecated*): Used to enable dynamic auditing before v1.19.
@@ -473,8 +473,8 @@ Each feature gate is designed for enabling/disabling a specific feature:
473473
- `KubeletPodResources`: Enable the kubelet's pod resources grpc endpoint.
474474
See [Support Device Monitoring](https://github.com/kubernetes/enhancements/blob/master/keps/sig-node/compute-device-assignment.md) for more details.
475475
- `LegacyNodeRoleBehavior`: When disabled, legacy behavior in service load balancers and node disruption will ignore the `node-role.kubernetes.io/master` label in favor of the feature-specific labels provided by `NodeDisruptionExclusion` and `ServiceNodeExclusion`.
476-
- `LocalStorageCapacityIsolation`: Enable the consumption of [local ephemeral storage](/docs/concepts/configuration/manage-compute-resources-container/) and also the `sizeLimit` property of an [emptyDir volume](/docs/concepts/storage/volumes/#emptydir).
477-
- `LocalStorageCapacityIsolationFSQuotaMonitoring`: When `LocalStorageCapacityIsolation` is enabled for [local ephemeral storage](/docs/concepts/configuration/manage-compute-resources-container/) and the backing filesystem for [emptyDir volumes](/docs/concepts/storage/volumes/#emptydir) supports project quotas and they are enabled, use project quotas to monitor [emptyDir volume](/docs/concepts/storage/volumes/#emptydir) storage consumption rather than filesystem walk for better performance and accuracy.
476+
- `LocalStorageCapacityIsolation`: Enable the consumption of [local ephemeral storage](/docs/concepts/configuration/manage-resources-containers/) and also the `sizeLimit` property of an [emptyDir volume](/docs/concepts/storage/volumes/#emptydir).
477+
- `LocalStorageCapacityIsolationFSQuotaMonitoring`: When `LocalStorageCapacityIsolation` is enabled for [local ephemeral storage](/docs/concepts/configuration/manage-resources-containers/) and the backing filesystem for [emptyDir volumes](/docs/concepts/storage/volumes/#emptydir) supports project quotas and they are enabled, use project quotas to monitor [emptyDir volume](/docs/concepts/storage/volumes/#emptydir) storage consumption rather than filesystem walk for better performance and accuracy.
478478
- `MountContainers`: Enable using utility containers on host as the volume mounter.
479479
- `MountPropagation`: Enable sharing volume mounted by one container to other containers or pods.
480480
For more details, please see [mount propagation](/docs/concepts/storage/volumes/#mount-propagation).
@@ -484,7 +484,7 @@ Each feature gate is designed for enabling/disabling a specific feature:
484484
- `PersistentLocalVolumes`: Enable the usage of `local` volume type in Pods.
485485
Pod affinity has to be specified if requesting a `local` volume.
486486
- `PodDisruptionBudget`: Enable the [PodDisruptionBudget](/docs/tasks/run-application/configure-pdb/) feature.
487-
- `PodOverhead`: Enable the [PodOverhead](/docs/concepts/configuration/pod-overhead/) feature to account for pod overheads.
487+
- `PodOverhead`: Enable the [PodOverhead](/docs/concepts/scheduling-eviction/pod-overhead/) feature to account for pod overheads.
488488
- `PodPriority`: Enable the descheduling and preemption of Pods based on their [priorities](/docs/concepts/configuration/pod-priority-preemption/).
489489
- `PodReadinessGates`: Enable the setting of `PodReadinessGate` field for extending
490490
Pod readiness evaluation. See [Pod readiness gate](/docs/concepts/workloads/pods/pod-lifecycle/#pod-readiness-gate)

content/en/docs/reference/tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Kubernetes contains several built-in tools to help you work with the Kubernetes
2020

2121
## Minikube
2222

23-
[`minikube`](/docs/tasks/tools/install-minikube/) is a tool that makes it
23+
[`minikube`](https://minikube.sigs.k8s.io/docs/) is a tool that makes it
2424
easy to run a single-node Kubernetes cluster locally on your workstation for
2525
development and testing purposes.
2626

0 commit comments

Comments
 (0)