-
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
Describe and document profile usage #2371
Comments
Hi, |
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. |
/remove-lifecycle stale |
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. |
Still seems quite necessary. /remove-lifecycle stale |
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. |
Still necessary. /remove-lifecycle stale |
This would be great. Help wanted! |
Happy to chip in. @timoreimann @tstromberg |
I posted a write-up on what I've learned about profiles here. Let me know if it aligns with your experience. Welcome all feedback and corrections. |
It isn't perfect, but profiles are now documented: https://minikube.sigs.k8s.io/docs/reference/commands/profile/ |
Is this a BUG REPORT or FEATURE REQUEST?: Feature request
Support for multiple profiles was added a while ago. However, it is not clear to me how to use them properly, and documentation does not seem to be available.
My general understanding is that profiles can be used to run multiple environments within a single minikube instance. The use case I have in mind is to have one profile for running traefik integration tests and another one for arbitrary, individual usages. I'd like to be able to switch between these when needed.
Here's a list of things I tried and questions I had but couldn't completely understand:
minikube profile foobar
. Apart from the acknowledgement on the shell, however, there is no indication of anything like an environment change. Is anything else happening in the background?--profile
CLI switch? Is this equivalent to runningminikube profile <profile>
prior to the actual command I want to execute?Environment:
Minikube version: v0.24.1
Anything else do we need to know:
I'd be happy to contribute documentation given someone can provide some feedback to my questions.
Thanks.
The text was updated successfully, but these errors were encountered: