-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
certs should be per-profile #5353
Comments
This has a WIP PR: #4968 |
I was running into this issue while trying to let users create their own test clusters at a shared box. Is there a similar issue for the following files, which need to be separated as well?
In addition, is it safe using a shared user for now (e.g. via |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
SetupCerts
is not profile aware, and very racy.It constantly overwrites the certificates every time you run
minikube start
, which is bad if two are started at the same time. We should make it so that clusters are updated to use per-profile certs to avoid raciness.The text was updated successfully, but these errors were encountered: