Added hyphen

Co-authored-by: Rolfe Dlugy-Hegwer <rolfedh@users.noreply.github.com>
This commit is contained in:
Tom Kivlin 2022-05-24 17:29:48 +01:00 committed by GitHub
parent 159ade8547
commit a23668cae3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.