We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
skaffold run
It just works
It uses the host's docker machine
eval $(minikube docker-env -p trk8s) skaffold run
It works
Example yaml
deploy: minikube: autoload: true profile: trk8s
The text was updated successfully, but these errors were encountered:
@tstromberg what are your thoughts on this?
Sorry, something went wrong.
I think this is a duplicate of #3668, which requests support for minikube profiles.
No branches or pull requests
Feature request
Please lets give the option to autoload a minikube profile. Everytime I open up a new terminal session I have to run
And I often forget
Expected behavior
It just works
Actual behavior
It uses the host's docker machine
It works
Information
Example yaml
The text was updated successfully, but these errors were encountered: