-
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
service
command executes wrong helper
#19878
Comments
BTW I find an other similar bugs #18825 |
@prezha do you mind taking a look? |
@bigon do you have multiple profiles ? do you mind sharing |
Hello, No only one profile
|
looks like the problem is that we're always calling the kic-based logic (specifically, the startKicServiceTunnel() func) without checking first if a kic driver is used for given profile, and in this and the other #18825 case, users are using vm/kvm driver, so it fails the code segment that's making a call without checking (introduced in pr #17877 on 3rd of april this year): |
Hi @bigon given the above statement this issue should be resolved. can you confirm? |
Hello, Well according to my understanding, the problem is not fixed |
What Happened?
As you can see bellow, minikube tries to execute
kvm2
, but this seems wrong.The driver is called
docker-machine-driver-kvm2
(and not in the PATH)Running debian unstable
Attach the log file
minikube_service_7307d14e4bcde4344d1f5773b0e0f52f3b39b30f_0.log
Operating System
Other
Driver
KVM2
The text was updated successfully, but these errors were encountered: