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

Autoload docker machine for minikube profile #4483

Closed
woodcockjosh opened this issue Jul 16, 2020 · 2 comments
Closed

Autoload docker machine for minikube profile #4483

woodcockjosh opened this issue Jul 16, 2020 · 2 comments

Comments

@woodcockjosh
Copy link

Feature request

Please lets give the option to autoload a minikube profile. Everytime I open up a new terminal session I have to run

eval $(minikube docker-env -p trk8s)

And I often forget

Expected behavior

skaffold run

It just works

Actual behavior

skaffold run

It uses the host's docker machine

eval $(minikube docker-env -p trk8s)
skaffold run

It works

Information

Example yaml

deploy:
  minikube:
    autoload: true
    profile: trk8s
@woodcockjosh
Copy link
Author

@tstromberg what are your thoughts on this?

@briandealwis
Copy link
Member

I think this is a duplicate of #3668, which requests support for minikube profiles.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants