Skip to content

Commit f453118

Browse files
tomkivlintengqm
andauthored
change to relative path
Co-authored-by: Qiming Teng <[email protected]>
1 parent 4c1b181 commit f453118

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/en/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ The Container Runtime manages its own CNI plugins.
3232
Prior to Kubernetes 1.24, the CNI plugin was managed by the Kubelet using the `cni-bin-dir` and `network-plugin` command line parameters.
3333
These were both removed in Kubernetes 1.24, with management of the CNI no longer in scope of the Kubelet.
3434

35-
See [Troubleshooting CNI plugin-related errors](https://kubernetes.io/docs/tasks/administer-cluster/migrating-from-dockershim/troubleshooting-cni-plugin-related-errors/) if you are facing issues following the removal of dockershim.
35+
See [Troubleshooting CNI plugin-related errors](/docs/tasks/administer-cluster/migrating-from-dockershim/troubleshooting-cni-plugin-related-errors/)
36+
if you are facing issues following the removal of dockershim.
3637
{{< /note >}}
3738

3839
For specific information about how a Container Runtime manages the CNI plugins, see the documentation for that Container Runtime, for example:

0 commit comments

Comments
 (0)