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

Commits on Dec 8, 2022

  1. Fix dual stack installation with cloud provider

    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>
    juanluisvaladas committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    b11df19 View commit details
    Browse the repository at this point in the history