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:35 +01:00
committed by GitHub
parent dbe825c6e0
commit 159ade8547
@@ -29,7 +29,7 @@ CNI specification (plugins can be compatible with multiple spec versions).
A Container Runtime, in the networking context, is a daemon on a node configured to provide CRI Services for kubelet. In particular, the Container Runtime must be configured to load the CNI plugins required to implement the Kubernetes network model. A Container Runtime, in the networking context, is a daemon on a node configured to provide CRI Services for kubelet. In particular, the Container Runtime must be configured to load the CNI plugins required to implement the Kubernetes network model.
{{< note >}} {{< 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. 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/) See [Troubleshooting CNI plugin-related errors](/docs/tasks/administer-cluster/migrating-from-dockershim/troubleshooting-cni-plugin-related-errors/)