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
Is this a BUG REPORT or FEATURE REQUEST? (choose one):
BUG REPORT
Please provide the following details:
Environment: macOS 10.13.6
Minikube version (use minikube version): v0.32.0
minikube version
cat ~/.minikube/machines/minikube/config.json | grep DriverName
cat ~/.minikube/machines/minikube/config.json | grep -i ISO
minikube ssh cat /etc/VERSION
What happened:
Ran:
$ minikube status host: Running kubelet: Running apiserver: Running kubectl: Correctly Configured: pointing to minikube-vm at 192.168.99.100 $
What you expected to happen:
Expected a newline at the end of the status message as with previous versions. Looks like a change in the default status template dropped it.
How to reproduce it (as minimally and precisely as possible):
Run minikube status
minikube status
The text was updated successfully, but these errors were encountered:
I've created pull request for this issue. Please take a look at it: #3502
Sorry, something went wrong.
Fix merged.
No branches or pull requests
Is this a BUG REPORT or FEATURE REQUEST? (choose one):
BUG REPORT
Please provide the following details:
Environment: macOS 10.13.6
Minikube version (use
minikube version
): v0.32.0cat ~/.minikube/machines/minikube/config.json | grep DriverName
): virtualboxcat ~/.minikube/machines/minikube/config.json | grep -i ISO
orminikube ssh cat /etc/VERSION
): v0.32.0What happened:
Ran:
What you expected to happen:
Expected a newline at the end of the status message as with previous versions. Looks like a change in the default status template dropped it.
How to reproduce it (as minimally and precisely as possible):
Run
minikube status
The text was updated successfully, but these errors were encountered: