Update roles/kube-master/tasks/patch_netconf.py

This commit is contained in:
2025-10-21 15:43:10 +00:00
parent 55ac95fc90
commit 3c990702ed

View File

@ -14,7 +14,7 @@ for doc in docs:
"Backend": { "Backend": {
"Type": "vxlan" "Type": "vxlan"
}, },
"Interface": "eth1" "Interface": "eth0"
}''' }'''
with open("/tmp/kube-flannel.yml", "w") as f: with open("/tmp/kube-flannel.yml", "w") as f: