You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I set kube_network_plugin to flannel in my group_vars, so calico tasks should never run and fail.
After troubleshooting, kube_network_plugin is set to calico because of:
I think this is a bug because variables in roles/kubespray-defaults/defaults/main.yaml are not supposed to have such "high precedence", so it should never be used with include_vars.
The text was updated successfully, but these errors were encountered:
Environment:
Kubespray version (commit) (
git rev-parse --short HEAD
):b7c2265
Network plugin used:
Flannel
When trying to add a new node via scale.yml, it failed at:
I set
kube_network_plugin
toflannel
in my group_vars, so calico tasks should never run and fail.After troubleshooting,
kube_network_plugin
is set tocalico
because of:kubespray/scale.yml
Line 72 in b7c2265
I think this is a bug because variables in
roles/kubespray-defaults/defaults/main.yaml
are not supposed to have such "high precedence", so it should never be used with include_vars.The text was updated successfully, but these errors were encountered: