Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix dual stack installation with cloud provider #432

Merged
merged 1 commit into from
Dec 12, 2022

Conversation

juanluisvaladas
Copy link
Contributor

Fixes k0sproject/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 jvaladas@mirantis.com

Fixes k0sproject/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 <jvaladas@mirantis.com>
@kke kke merged commit 53a7d8e into k0sproject:main Dec 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can't get Dualstack working with cloud provider
2 participants