-
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
add APIServer endpoint to minikube profile list
#6642
Comments
@balopat that is a good idea ! we could add a field, We could do that. |
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. |
/lifecycle frozen |
@medyagh , I like to work on this |
An alternative is to add the profile name to the context and cluster extensions as Minikube is now doing with
Then the minikube instance could remain blissfully ignorant of how its endpoints are exposed to the host environment. |
For Skaffold (GoogleContainerTools/skaffold#3668) we know the current context. That context has an API server endpoint:
I want to be able to join my API Server endpoint to a minikube profile.
Currently this is not possible for the Docker driver, as the Node spec contains the node IP not the API Server endpoint:
Can we add a cluster-wide property,
APIServer
to the json listing?The text was updated successfully, but these errors were encountered: