Skip to content

Commit f156e9e

Browse files
committed
container-runtimes: fix 404 link to cgroup driver migration guide
The URL needs a leading '/', otherwise it points to: https://kubernetes.io/docs/setup/production-environment/container-runtimes/docs/tasks/administer-cluster/kubeadm/configure-cgroup-driver
1 parent 371c74a commit f156e9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/setup/production-environment/container-runtimes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ configuration, or reinstall it using automation.
5959

6060
### Migrating to the `systemd` driver in kubeadm managed clusters
6161

62-
Follow this [Migration guide](docs/tasks/administer-cluster/kubeadm/configure-cgroup-driver)
62+
Follow this [Migration guide](/docs/tasks/administer-cluster/kubeadm/configure-cgroup-driver)
6363
if you wish to migrate to the `systemd` cgroup driver in existing kubeadm managed clusters.
6464

6565
## Container runtimes

0 commit comments

Comments
 (0)