Skip to content

Commit 5ed0d96

Browse files
authored
Fixing broken link to Certificate Management with kubeadm
A missing '/' on the link will lead to a 404 error. Fixing it.
1 parent 042df6c commit 5ed0d96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/tasks/administer-cluster/kubeadm/kubeadm-upgrade.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ Find the latest stable 1.18 version:
148148
{{< note >}}
149149
`kubeadm upgrade` also automatically renews the certificates that it manages on this node.
150150
To opt-out of certificate renewal the flag `--certificate-renewal=false` can be used.
151-
For more information see the [certificate management guide](/docs/tasks/administer-cluster/kubeadmkubeadm-certs).
151+
For more information see the [certificate management guide](/docs/tasks/administer-cluster/kubeadm/kubeadm-certs).
152152
{{</ note >}}
153153

154154
- Choose a version to upgrade to, and run the appropriate command. For example:
@@ -441,4 +441,4 @@ and post-upgrade manifest file for a certain component, a backup file for it wil
441441
`kubeadm upgrade node` does the following on worker nodes:
442442
443443
- Fetches the kubeadm `ClusterConfiguration` from the cluster.
444-
- Upgrades the kubelet configuration for this node.
444+
- Upgrades the kubelet configuration for this node.

0 commit comments

Comments
 (0)