Skip to content

Commit e685562

Browse files
committed
Fix some hyperlinks in the markdown files
1 parent 9557e72 commit e685562

File tree

7 files changed

+11
-8
lines changed

7 files changed

+11
-8
lines changed

‎content/en/docs/concepts/services-networking/ingress.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,10 @@ A minimal Ingress resource example:
8787
An Ingress needs `apiVersion`, `kind`, `metadata` and `spec` fields.
8888
The name of an Ingress object must be a valid
8989
[DNS subdomain name](/docs/concepts/overview/working-with-objects/names#dns-subdomain-names).
90-
For general information about working with config files, see [deploying applications](/docs/tasks/run-application/run-stateless-application-deployment/), [configuring containers](/docs/tasks/configure-pod-container/configure-pod-configmap/), [managing resources](/docs/concepts/cluster-administration/manage-deployment/).
90+
For general information about working with config files, see
91+
[deploying applications](/docs/tasks/run-application/run-stateless-application-deployment/),
92+
[configuring containers](/docs/tasks/configure-pod-container/configure-pod-configmap/),
93+
[managing resources](/docs/concepts/workloads/management/).
9194
Ingress frequently uses annotations to configure some options depending on the Ingress controller, an example of which
9295
is the [rewrite-target annotation](https://github.com/kubernetes/ingress-nginx/blob/main/docs/examples/rewrite/README.md).
9396
Different [Ingress controllers](/docs/concepts/services-networking/ingress-controllers) support different annotations.

‎content/en/docs/concepts/windows/intro.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ Depending on the requirements for your workload these values may need to be adju
368368
Refer to
369369
[Hardware requirements for Windows Server Microsoft documentation](https://learn.microsoft.com/en-us/windows-server/get-started/hardware-requirements)
370370
for the most up-to-date information on minimum hardware requirements. For guidance on deciding on resources for
371-
production worker nodes refer to [Production worker nodes Kubernetes documentation](https://kubernetes.io/docs/setup/production-environment/#production-worker-nodes).
371+
production worker nodes refer to [Production worker nodes Kubernetes documentation](/docs/setup/production-environment/#production-worker-nodes).
372372

373373
To optimize system resources, if a graphical user interface is not required,
374374
it may be preferable to use a Windows Server OS installation that excludes
@@ -432,4 +432,4 @@ For a detailed explanation of Windows distribution channels see the
432432

433433
Information on the different Windows Server servicing channels
434434
including their support models can be found at
435-
[Windows Server servicing channels](https://docs.microsoft.com/en-us/windows-server/get-started/servicing-channels-comparison).
435+
[Windows Server servicing channels](https://docs.microsoft.com/en-us/windows-server/get-started/servicing-channels-comparison).

‎content/en/docs/concepts/workloads/controllers/deployment.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1083,7 +1083,7 @@ thus that Deployment will not be able to roll back.
10831083

10841084
If you want to roll out releases to a subset of users or servers using the Deployment, you
10851085
can create multiple Deployments, one for each release, following the canary pattern described in
1086-
[managing resources](/docs/concepts/cluster-administration/manage-deployment/#canary-deployments).
1086+
[managing resources](/docs/concepts/workloads/management/#canary-deployments).
10871087

10881088
## Writing a Deployment Spec
10891089

‎content/en/docs/tasks/administer-cluster/decrypt-data.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ control how Kubernetes API data is encrypted in etcd.
6262
If it is not specified, you do not have encryption at rest enabled.
6363

6464
The format of that configuration file is YAML, representing a configuration API kind named
65-
[`EncryptionConfiguration`](/docs/reference/config-api/apiserver-encryption.v1/).
65+
[`EncryptionConfiguration`](/docs/reference/config-api/apiserver-config.v1/).
6666
You can see an example configuration
6767
in [Encryption at rest configuration](/docs/tasks/administer-cluster/encrypt-data/#understanding-the-encryption-at-rest-configuration).
6868

‎content/en/docs/tasks/administer-cluster/encrypt-data.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ Ensure that the exemption is listed _before_ the wildcard '`*.*`' item in the re
189189
to give it precedence.
190190

191191
For more detailed information about the `EncryptionConfiguration` struct, please refer to the
192-
[encryption configuration API](/docs/reference/config-api/apiserver-encryption.v1/).
192+
[encryption configuration API](/docs/reference/config-api/apiserver-config.v1/).
193193

194194
{{< caution >}}
195195
If any resource is not readable via the encryption configuration (because keys were changed),

‎content/en/docs/tasks/administer-cluster/kms-provider.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ These healthcheck endpoint paths are hard coded and generated/controlled by the
334334
Until the steps defined in [Ensuring all secrets are encrypted](#ensuring-all-secrets-are-encrypted) are performed, the `providers` list should end with the `identity: {}` provider to allow unencrypted data to be read. Once all resources are encrypted, the `identity` provider should be removed to prevent the API server from honoring unencrypted data.
335335

336336
For details about the `EncryptionConfiguration` format, please check the
337-
[API server encryption API reference](/docs/reference/config-api/apiserver-encryption.v1/).
337+
[API server encryption API reference](/docs/reference/config-api/apiserver-config.v1/).
338338

339339
## Verifying that the data is encrypted
340340

‎content/en/docs/tasks/administer-cluster/kubelet-config-file.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ and replaces every field present in a higher priority file.
146146
Since the configuration could now be spread over multiple files with this feature, if someone wants to inspect the final actuated configuration,
147147
they can follow these steps to inspect the kubelet configuration:
148148

149-
1. Start a proxy server using [`kubectl proxy`](/docs/reference/kubectl/generated/kubectl-commands#proxy) in your terminal.
149+
1. Start a proxy server using [`kubectl proxy`](/docs/reference/kubectl/generated/kubectl_proxy/) in your terminal.
150150

151151
```bash
152152
kubectl proxy

0 commit comments

Comments
 (0)