Skip to content

Commit 79ef67a

Browse files
authored
Merge pull request #21522 from raonitimo/patch-1
Fixing broken link to Certificate Management with kubeadm
2 parents 0b3412e + 5ed0d96 commit 79ef67a

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
@@ -149,7 +149,7 @@ Find the latest stable 1.18 version:
149149
{{< note >}}
150150
`kubeadm upgrade` also automatically renews the certificates that it manages on this node.
151151
To opt-out of certificate renewal the flag `--certificate-renewal=false` can be used.
152-
For more information see the [certificate management guide](/docs/tasks/administer-cluster/kubeadmkubeadm-certs).
152+
For more information see the [certificate management guide](/docs/tasks/administer-cluster/kubeadm/kubeadm-certs).
153153
{{</ note >}}
154154

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

0 commit comments

Comments
 (0)