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 multiple instances feature not working #3006

Closed
ervikrant06 opened this issue Jul 23, 2018 · 1 comment
Closed

Minikube multiple instances feature not working #3006

ervikrant06 opened this issue Jul 23, 2018 · 1 comment

Comments

@ervikrant06
Copy link

Is this a BUG REPORT or FEATURE REQUEST? (choose one):
BUG REPORT

Please provide the following details:

Environment:

Minikube version (use minikube version): v0.28.0

  • OS (e.g. from /etc/os-release): NA
  • VM Driver (e.g. cat ~/.minikube/machines/minikube/config.json | grep DriverName): Virtualbox
  • ISO version (e.g. cat ~/.minikube/machines/minikube/config.json | grep -i ISO or minikube ssh cat /etc/VERSION): NA
  • Install tools: NA
  • Others: NA
    The above can be generated in one go with the following commands (can be copied and pasted directly into your terminal):
minikube version
echo "";
echo "OS:";
cat /etc/os-release
echo "";
echo "VM driver": 
grep DriverName ~/.minikube/machines/minikube/config.json
echo "";
echo "ISO version";
grep -i ISO ~/.minikube/machines/minikube/config.json

What happened:

As indicated in the [1] I tried to create the minikube using command but it's throwing me help menu.

$ minikube start --name=minikube1

Only minikube start is working without any issue.

[1] #886

What you expected to happen:

Minikube should start with name also.

How to reproduce it (as minimally and precisely as possible):

Try to start the minikube using mentioned command minikube start --name=minikube1

Output of minikube logs (if applicable):
NA

Anything else do we need to know:
NA

@ervikrant06
Copy link
Author

minikube start -p is the right switch.

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

No branches or pull requests

1 participant