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

kinder: make sure worker nodes also get a patches dir created #2706

Merged

Commits on Jun 8, 2022

  1. kinder: make sure worker nodes also get a patches dir created

    During join of worker nodes kinder always passes to kubeadm
    JoinConfiguration that has a Patches.Directory.
    
    If the directory does not exist kubeadm will error out.
    Always create the directory for worker nodes.
    This was already done for the "init" node and for "join" control
    plane nodes.
    neolit123 committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    cdabec1 View commit details
    Browse the repository at this point in the history