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
Fix dual stack installation with cloud provider (#432)
Fixesk0sproject/k0s#2464
--node-ip is incompatible with cloud providers because:
kubernetes/kubernetes#95239
Not defining the flag --node-ip if --enable-cloud-provider is defined
fixes the issue. In the long term we need to handle the configuration
using a KubeletConfiguration file instead of flags. But for now this
fixes the issue.
Signed-off-by: Juan Luis de Sousa-Valadas Castaño <[email protected]>
0 commit comments