I'd like to change the calico config value `IP_AUT...
# general
d
I'd like to change the calico config value
IP_AUTODETECTION_METHOD
to exclude our vpn adapter. So I went to the webinterface and changed the value in the calico-node DaemonSet. After saving it, the pod gets re-deployed automatically - but when I checked the pods config, it is still the old value (
first-found
). I checked the daemonset, and the value was reset to the standard value. This also happens if I change the daemonset using kubectl. What is happening here? What is resetting the value? Any help appreciated 😦
131 Views