follow-up of #31667

This commit is contained in:
Manish Kumar
2022-02-23 01:12:29 +05:30
parent aef172862a
commit 0673b89cd4
2 changed files with 1 additions and 3 deletions
@@ -21,7 +21,7 @@ You must use a CNI plugin that is compatible with the
## Installation
The kubelet has a single default network plugin, and a default network common to the entire cluster.The CRI manages its own CNI plugins. There are two Kubelet command line parameters to keep in mind when using plugins:
The kubelet has a single default network plugin, and a default network common to the entire cluster. The CRI manages its own CNI plugins. There are two Kubelet command line parameters to keep in mind when using plugins:
* `cni-bin-dir`: Kubelet probes this directory for plugins on startup
* `network-plugin`: The network plugin to use from `cni-bin-dir`. It must match the name reported by a plugin probed from the plugin directory. For CNI plugins, this is `cni`.