Skip to content

Commit c3a9924

Browse files
committed
Make the CNI usage more accurate
1 parent c8f34ff commit c3a9924

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,15 @@ weight: 10
1313

1414
Network plugins in Kubernetes come in a few flavors:
1515

16-
* CNI plugins: adhere to the appc/CNI specification, designed for interoperability.
16+
* CNI plugins: adhere to the [Container Network Interface](https://github.com/containernetworking/cni) (CNI) specification, designed for interoperability.
17+
* Kubernetes follows the [v0.4.0](https://github.com/containernetworking/cni/blob/spec-v0.4.0/SPEC.md) release of the CNI specification.
1718
* Kubenet plugin: implements basic `cbr0` using the `bridge` and `host-local` CNI plugins
1819

1920
<!-- body -->
2021

2122
## Installation
2223

23-
The kubelet has a single default network plugin, and a default network common to the entire cluster. It probes for plugins when it starts up, remembers what it finds, and executes the selected plugin at appropriate times in the pod lifecycle (this is only true for Docker, as rkt manages its own CNI plugins). There are two Kubelet command line parameters to keep in mind when using plugins:
24+
The kubelet has a single default network plugin, and a default network common to the entire cluster. It probes for plugins when it starts up, remembers what it finds, and executes the selected plugin at appropriate times in the pod lifecycle (this is only true for Docker, as CRI manages its own CNI plugins). There are two Kubelet command line parameters to keep in mind when using plugins:
2425

2526
* `cni-bin-dir`: Kubelet probes this directory for plugins on startup
2627
* `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 simply "cni".

0 commit comments

Comments
 (0)