Browse Source

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

Since https://github.com/kubernetes-sigs/kubespray/pull/8434
pull/8754/head
Mathieu Parent 3 years ago
committed by GitHub
parent
commit
e6c4330e4e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. 2
      docs/calico.md

2
docs/calico.md

@ -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`

Loading…
Cancel
Save