From a23668cae32e2c26af4281f24db0cd1be9db017d Mon Sep 17 00:00:00 2001 From: Tom Kivlin <52716470+tomkivlin@users.noreply.github.com> Date: Tue, 24 May 2022 17:29:48 +0100 Subject: [PATCH] Added hyphen Co-authored-by: Rolfe Dlugy-Hegwer --- .../extend-kubernetes/compute-storage-net/network-plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins.md b/content/en/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins.md index a934252b98..88ac916265 100644 --- a/content/en/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins.md +++ b/content/en/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins.md @@ -30,7 +30,7 @@ A Container Runtime, in the networking context, is a daemon on a node configured {{< note >}} Prior to Kubernetes 1.24, the CNI plugins could also be managed by the Kubelet using the `cni-bin-dir` and `network-plugin` command-line parameters. -These command line parameters were removed in Kubernetes 1.24, with management of the CNI no longer in scope for Kubelet. +These command-line parameters were removed in Kubernetes 1.24, with management of the CNI no longer in scope for Kubelet. See [Troubleshooting CNI plugin-related errors](/docs/tasks/administer-cluster/migrating-from-dockershim/troubleshooting-cni-plugin-related-errors/) if you are facing issues following the removal of dockershim.