-
Notifications
You must be signed in to change notification settings - Fork 31
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
arguments: support customizing minikube profile name #59
Comments
Thanks for the suggestion @jgehrcke, I agree that's a good feature to add. In the meantime you can accomplish this using the
|
Thank you! I didn't think of this. |
Got feedback on medyagh/setup-minikube#59 Helps to make things simpler.
Trying this required me to leave log
|
To clarify:
Is this a noop warning, or is this an error? Edit:
|
Got feedback on medyagh/setup-minikube#59 Helps to make things simpler.
I did read the lot output more closely. It said
Which I then did via:
That worked! |
* ci: simplify: common minikube profile Got feedback on medyagh/setup-minikube#59 Helps to make things simpler. * ci: do not crash when `minikube status` errors out * gha: use newer version of medyagh/setup-minikube The latest release does error out: Warning: Unexpected input(s) 'start-args' I did not want to resort to using `master` because we don't want that kind of a moving target I think. * gha: try to fix minikube start err msg said: try passing --extra-config=kubelet.cgroup-driver=systemd to minikube start
The |
thanks both @spowelljr and @jgehrcke to make this issue documented and solved |
For symmetry between a local workflow and the 'same' workflow in CI it makes sense to use a custom minikube profile name.
I'd love to start minikube in GHA with a specific profile name (e.g.
foobar
) so that later on in a script I can doThe default profile name is "minikube" btw.
The text was updated successfully, but these errors were encountered: