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

minikube should not change the profile to a not existing profile #6767

Closed
medyagh opened this issue Feb 23, 2020 · 3 comments · Fixed by #6774
Closed

minikube should not change the profile to a not existing profile #6767

medyagh opened this issue Feb 23, 2020 · 3 comments · Fixed by #6774
Assignees
Labels
good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. kind/bug Categorizes issue or PR as related to a bug. priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release.

Comments

@medyagh
Copy link
Member

medyagh commented Feb 23, 2020

Try to change profile to something that doens't exist

medya@~/workspace/minikube (crio_kic) $ ./out/minikube profile lit
❌  profile "lit" not found
❌  if you want to create a profile you can by this command: minikube start -p lit

try doing normal minikube things

(it is trying to apply the command on the profile that didn't exist)

medya@~/workspace/minikube (crio_kic) $ ./out/minikube docker-env

💣  Error getting config: cluster "lit" does not exist

😿  minikube is exiting due to an error. If the above message is not useful, open an issue:
👉  https://github.com/kubernetes/minikube/issues/new/choose
medya@~/workspace/minikube (crio_kic) $ ./out/minikube -p minikube docker-env
@medyagh medyagh added kind/bug Categorizes issue or PR as related to a bug. good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. labels Feb 23, 2020
@vikkyomkar
Copy link
Contributor

/assign

@RA489 RA489 removed their assignment Feb 24, 2020
@RA489
Copy link

RA489 commented Feb 24, 2020

@vikkyomkar I have PR ready for it. You can file a PR if you have done already.

@vikkyomkar
Copy link
Contributor

@RA489 I have submitted my PR for this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. kind/bug Categorizes issue or PR as related to a bug. priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
Projects
None yet
3 participants