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 embed certs by updating kubeconfig after certs are populated #7309

Merged
merged 2 commits into from
Mar 31, 2020
Merged

Fix embed certs by updating kubeconfig after certs are populated #7309

merged 2 commits into from
Mar 31, 2020

Commits on Mar 29, 2020

  1. Configuration menu
    Copy the full SHA
    5bb0c58 View commit details
    Browse the repository at this point in the history
  2. Write the kubeconfig after generating certs

    The content of the kubeconfig is defined before certs are generated by
    the bootstrapper. When certs are embedded via --embed-certs writing the
    kubeconfig fails if the certificates are not generated so it must run
    after the bootstrap process which generates them.
    linkvt committed Mar 29, 2020
    Configuration menu
    Copy the full SHA
    7debdac View commit details
    Browse the repository at this point in the history