Skip to content
Snippets Groups Projects
Unverified Commit fe9e11b5 authored by tu1h's avatar tu1h Committed by GitHub
Browse files

Fix cni documentation (#9778)


Signed-off-by: default avatartu1h <lihai.tu@daocloud.io>
parent 3c2eb528
No related branches found
No related tags found
No related merge requests found
CNI CNI
============== ==============
This network plugin only unpacks CNI plugins version `cni_version` into `/opt/cni/bin` and instructs kubelet to use cni, that is adds following cli params: This network plugin only unpacks CNI plugins version `cni_version` into `/opt/cni/bin` and instructs implementation of container runtime cri to use cni.
`KUBELET_NETWORK_PLUGIN="--network-plugin=cni --cni-conf-dir=/etc/cni/net.d --cni-bin-dir=/opt/cni/bin"`
It's intended usage is for custom CNI configuration, e.g. manual routing tables + bridge + loopback CNI plugin outside kubespray scope. Furthermore, it's used for non-kubespray supported CNI plugins which you can install afterward. It's intended usage is for custom CNI configuration, e.g. manual routing tables + bridge + loopback CNI plugin outside kubespray scope. Furthermore, it's used for non-kubespray supported CNI plugins which you can install afterward.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment