Add supported backends to flannel docs

This commit is contained in:
Jan Mueller 2022-12-15 16:02:18 +01:00
parent 8b1a0d1d5e
commit 0b1019fa23
No known key found for this signature in database
GPG key ID: 4AF7F565594ED912

View file

@ -2,6 +2,8 @@
Flannel is a network fabric for containers, designed for Kubernetes
Supported [backends](https://github.com/flannel-io/flannel/blob/master/Documentation/backends.md#wireguard): `vxlan`, `host-gw` and `wireguard`
**Warning:** You may encounter this [bug](https://github.com/coreos/flannel/pull/1282) with `VXLAN` backend, while waiting on a newer Flannel version the current workaround (`ethtool --offload flannel.1 rx off tx off`) is showcase in kubespray [networking test](tests/testcases/040_check-network-adv.yml:31).
## Verifying flannel install