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
The upgrade notification displays a URL like this: https://github.com/kubernetes/minikube/releases/tag/v/1.3.1 The correct URL should be: https://github.com/kubernetes/minikube/releases/tag/v1.3.1
There's an extra slash between v and 1.3
The exact command to reproduce the issue: This happens when my shell (zsh) loads the tab completion.
The full output of the command that failed:
The output of the minikube logs command:
minikube logs
The operating system version: Linux <> 5.0.0-21-generic #22+system76-Ubuntu SMP Tue Jul 16 19:57:52 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
The text was updated successfully, but these errors were encountered:
Hum. How on earth did that happen?
Spoiler alert: I broke it in a refactor: 3d7c657
Sorry, something went wrong.
Thank you for opening an issue rather than just letting this bug sit and aggravate future users =)
tstromberg
Successfully merging a pull request may close this issue.
The upgrade notification displays a URL like this:
https://github.com/kubernetes/minikube/releases/tag/v/1.3.1
The correct URL should be:
https://github.com/kubernetes/minikube/releases/tag/v1.3.1
There's an extra slash between v and 1.3
The exact command to reproduce the issue:
This happens when my shell (zsh) loads the tab completion.
The full output of the command that failed:
minikube 1.3.1 is available! Download it: https://github.com/kubernetes/minikube/releases/tag/v/1.3.1
The output of the
minikube logs
command:N/A
The operating system version:
Linux <> 5.0.0-21-generic #22+system76-Ubuntu SMP Tue Jul 16 19:57:52 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
The text was updated successfully, but these errors were encountered: