Add patch to enable calico wireguard mode for internode CNI traffic

This commit is contained in:
Magnus Andersson 2024-10-16 22:52:12 +02:00
parent ec943d607c
commit bdb858df42
Signed by: mandersson
GPG key ID: 1F7C896B34B28164
2 changed files with 5 additions and 0 deletions

View file

@ -0,0 +1,3 @@
### Patch resource felixconfiguration/default to enable wireguard calico CNI.
kubectl patch felixconfiguration default --type='merge' --patch-file calico-wireguard-patch.yaml

View file

@ -0,0 +1,2 @@
spec:
wireguardEnabled: true