-
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
Getting "panic: runtime error" when using minikube service in 1.25.2 #13736
Comments
Also tried compiling from master (and tag) and get the same thing. |
/kind support |
sorry for this inconvenience, I am surprised our integration tests didn't catch this. does this happen only when --url is specified? |
/assign |
here is the link to the binary from a PR that I think might fix this issue, do you mind trying it out ? https://storage.googleapis.com/minikube-builds/13756/minikube-linux-amd64 |
Built from source and everything looks to be working thank you. |
The updated darwin binary referenced above works for me on Mac OS X 12.2.1 as well. I was running in to this same issue. I must have had an older version of minikube initially installed and after removing all Docker/Kubernetes bits from laptop to try again for a clean demo, I got minikube 1.25.2 and ran into the broken service tunnel. This patch makes it work again. |
I'm having the same issue, are u guys gonna publish it as a beta or release it asap ? thanks |
I'm having the same issue with windows. How do I use the exe-file? Just replace the exe-file in the installation? edit: Nevermind, yeah thats how it works. |
hi @medyagh @ALL How do I use the exe . I have same issue on Windows 11 minikube install. I have downloaded but it seems its not a click to run type of file. Suggestion is to replace the existing file but I cannot find a similar file in the minikube install path. Install Path : C:\Users\etshuma_acc\ .minikube (Installed as admin user) The only reference I got that is similar to the file is : |
@dhelfgen If you can assist at which path did you replace |
What Happened?
I create a new minikube cluster
I create a namespace and deploytment/service...
Next I start up as a service...
in
1.25.1
everything runs fine when I try from1.25.2
I get...Attach the log file
log.txt
Operating System
macOS (Default)
Driver
Docker
The text was updated successfully, but these errors were encountered: