calico: vxlan is the default for calico_network_backend (#8750)

Since https://github.com/kubernetes-sigs/kubespray/pull/8434
This commit is contained in:
Mathieu Parent 2022-04-27 11:24:11 +02:00 committed by GitHub
parent 1e827f9807
commit e6c4330e4e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,7 +50,7 @@ calico_datastore: kdd
### Optional : Define network backend
In some cases you may want to define Calico network backend. Allowed values are `bird`, `vxlan` or `none`. Bird is a default value.
In some cases you may want to define Calico network backend. Allowed values are `bird`, `vxlan` or `none`. `vxlan` is the default value.
To re-define you need to edit the inventory and add a group variable `calico_network_backend`