mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-26 13:08:11 +00:00
Merge pull request #3927 from manuelbuil/disableNetpol
Add comment about disabling netpol when flannel-backend=none
This commit is contained in:
@@ -22,7 +22,7 @@ If you wish to use WireGuard as your flannel backend it may require additional k
|
|||||||
|
|
||||||
### Custom CNI
|
### Custom CNI
|
||||||
|
|
||||||
Run K3s with `--flannel-backend=none` and install your CNI of choice. IP Forwarding should be enabled for Canal and Calico. Please reference the steps below.
|
Run K3s with `--flannel-backend=none` and install your CNI of choice. Most CNI plugins come with their own network policy engine, so it is recommended to set `--disable-network-policy` as well to avoid conflicts. IP Forwarding should be enabled for Canal and Calico. Please reference the steps below.
|
||||||
|
|
||||||
{{% tabs %}}
|
{{% tabs %}}
|
||||||
{{% tab "Canal" %}}
|
{{% tab "Canal" %}}
|
||||||
|
|||||||
Reference in New Issue
Block a user