Skip to content

Commit 4ba0e82

Browse files
tomkivlinmikebrow
andauthored
Correction of what Kubelet did/could do in versions <1.24.
Co-authored-by: Mike Brown <[email protected]>
1 parent c3629b3 commit 4ba0e82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ CNI specification (plugins can be compatible with multiple spec versions).
2929
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.
3030

3131
{{< note >}}
32-
Prior to Kubernetes 1.24, the CNI plugin was managed by the Kubelet using the `cni-bin-dir` and `network-plugin` command line parameters.
32+
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.
3333
These were both removed in Kubernetes 1.24, with management of the CNI no longer in scope of the Kubelet.
3434

3535
See [Troubleshooting CNI plugin-related errors](/docs/tasks/administer-cluster/migrating-from-dockershim/troubleshooting-cni-plugin-related-errors/)

0 commit comments

Comments
 (0)