Skip to content

Commit

Permalink
README: add mention to custom_cni (kubernetes-sigs#9878)
Browse files Browse the repository at this point in the history
  • Loading branch information
j4m3s-s authored and nolimitkun committed Mar 19, 2023
1 parent 013ecdb commit 33e40b9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,9 @@ You can choose among ten network plugins. (default: `calico`, except Vagrant use

- [multus](docs/multus.md): Multus is a meta CNI plugin that provides multiple network interface support to pods. For each interface Multus delegates CNI calls to secondary CNI plugins such as Calico, macvlan, etc.

- [custom_cni](roles/network-plugin/custom_cni/) : You can specify some manifests that will be applied to the clusters to bring you own CNI and use non-supported ones by Kubespray.
See `tests/files/custom_cni/README.md` and `tests/files/custom_cni/values.yaml`for an example with a CNI provided by a Helm Chart.

The network plugin to use is defined by the variable `kube_network_plugin`. There is also an
option to leverage built-in cloud provider networking instead.
See also [Network checker](docs/netcheck.md).
Expand Down

0 comments on commit 33e40b9

Please sign in to comment.