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

🐛 Cleanup if envtest controlplane fails to start #1750

Merged
merged 1 commit into from Jan 4, 2022

Commits on Jan 3, 2022

  1. Cleanup if envtest controlplane fails to start

    Currently if the api server fails to start etcd process will be up
    the next time ControlPlane.Start() is called, they will both have the
    same listening address which will make the new etcd instance fail to
    start. The controlplane object will also be in an incomplete state
    so calling ControlPlane.Close() will panic.
    ficoos committed Jan 3, 2022
    Copy the full SHA
    6690783 View commit details
    Browse the repository at this point in the history