Skip to content

Commit

Permalink
Update canal docs
Browse files Browse the repository at this point in the history
Signed-off-by: Manuel Buil <[email protected]>
  • Loading branch information
manuelbuil committed May 20, 2022
1 parent 56f88ea commit b5626e5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/install/network_options.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ The next tabs inform how to deploy each CNI plugin and override the default opti
iface: "eth1"
```

Starting with RKE2 v1.23 it is possible to use flannels [wireguard backend](https:/flannel-io/flannel/blob/master/Documentation/backends.md#wireguard) for in-kernel WireGuard encapsulation and encryption ([Users of kernels < 5.6 need to install a module](https://www.wireguard.com/install/)). This can be achieved using the following config:
Starting with RKE2 v1.23 it is possible to use flannel's [wireguard backend](https:/flannel-io/flannel/blob/master/Documentation/backends.md#wireguard) for in-kernel WireGuard encapsulation and encryption ([Users of kernels < 5.6 need to install a module](https://www.wireguard.com/install/)). This can be achieved using the following config:

```yaml
apiVersion: helm.cattle.io/v1
Expand All @@ -42,7 +42,9 @@ The next tabs inform how to deploy each CNI plugin and override the default opti
flannel:
backend: "wireguard"
```


After that, please restart the canal daemonset to use the newer config.

For more information about the full options of the Canal config please refer to the [rke2-charts](https:/rancher/rke2-charts/blob/main-source/packages/rke2-canal/charts/values.yaml).

Canal is currently no supported in the windows installation of RKE2
Expand Down

0 comments on commit b5626e5

Please sign in to comment.