Skip to content

Instantly share code, notes, and snippets.

@flrichar
Last active May 21, 2024 11:06
Show Gist options
  • Save flrichar/865b1b73c1c0ad333e69d363b31c758b to your computer and use it in GitHub Desktop.
Save flrichar/865b1b73c1c0ad333e69d363b31c758b to your computer and use it in GitHub Desktop.
Wireguard for Calico

Enable Wireguard for Calico

Using just a Calico CRD felixconfiguration, instead of vxlan tunnel.

calicoctl patch felixconfiguration default --type='merge' -p '{"spec":{"wireguardEnabled":true}}'

This should only be enabled by direction from your professional services consultant on an as-needed basis after a thorough examination of the specific environmental factors.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment