-
- Downloads
Feature/add flannel wireguard encryption backend as option (#9583)
* feat(): Add wireguard backend to flannel cni As described in the flannel docs: https://github.com/flannel-io/flannel/blob/master/Documentation/backends.md#wireguard This does not support optional configuration methods like: - setting a psk (will be autogenerated by default) - chang listening ports - change mode (defaults to 'separate') - change PersistentKeepaliveInterval (defaults to 0) * Add supported backends to flannel docs * Fix markdown in docs
Showing
- docs/flannel.md 2 additions, 0 deletionsdocs/flannel.md
- inventory/sample/group_vars/k8s_cluster/k8s-net-flannel.yml 1 addition, 2 deletionsinventory/sample/group_vars/k8s_cluster/k8s-net-flannel.yml
- roles/network_plugin/flannel/tasks/main.yml 9 additions, 0 deletionsroles/network_plugin/flannel/tasks/main.yml
Please register or sign in to comment