Skip to content
Snippets Groups Projects
Unverified Commit 161c7e9f authored by Teo Klestrup Röijezon's avatar Teo Klestrup Röijezon Committed by GitHub
Browse files

Blacklist Calico's VXLAN interface from NetworkManager (#7037)

See https://github.com/projectcalico/calico/issues/3271

Otherwise Calico can get into a fight with NM about who "owns" the vxlan.calico
interface, breaking all pod traffic.
parent fd3ebc13
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@
copy:
content: |
[keyfile]
unmanaged-devices=interface-name:cali*;interface-name:tunl*
unmanaged-devices=interface-name:cali*;interface-name:tunl*;interface-name:vxlan.calico
dest: /etc/NetworkManager/conf.d/calico.conf
when: nm_check.rc == 0
notify: Calico | Reload NetworkManager
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment