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 service <service name>' hangs there more than 6 miniutes, if service is not exist #4585

Closed
fenglixa opened this issue Jun 25, 2019 · 2 comments
Labels
co/service issues related to the service feature

Comments

@fenglixa
Copy link
Contributor

fenglixa commented Jun 25, 2019

重现问题所需的命令
minikube service web2 --url
失败的命令的完整输出
time minikube service web2 --url
=================>>>>> hangs here more than 6 miniutes
💣 Error opening service: Could not find finalized endpoint being pointed to by web2: Temporary Error: Error getting service web2: services "web2" not found
Temporary Error: Error getting service web2: services "web2" not found
Temporary Error: Error getting service web2: services "web2" not found
Temporary Error: Error getting service web2: services "web2" not found
Temporary Error: Error getting service web2: services "web2" not found
Temporary Error: Error getting service web2: services "web2" not found
Temporary Error: Error getting service web2: services "web2" not found
Temporary Error: Error getting service web2: services "web2" not found
Temporary Error: Error getting service web2: services "web2" not found
Temporary Error: Error getting service web2: services "web2" not found
Temporary Error: Error getting service web2: services "web2" not found
Temporary Error: Error getting service web2: services "web2" not found
Temporary Error: Error getting service web2: services "web2" not found
Temporary Error: Error getting service web2: services "web2" not found
Temporary Error: Error getting service web2: services "web2" not found
Temporary Error: Error getting service web2: services "web2" not found
Temporary Error: Error getting service web2: services "web2" not found
Temporary Error: Error getting service web2: services "web2" not found
Temporary Error: Error getting service web2: services "web2" not found
Temporary Error: Error getting service web2: services "web2" not found
minikube service web2 --url 0.15s user 0.14s system 0% cpu 6:40.40 total
minikube logs命令的输出
N/A
使用的操作系统版本
MAC OS

@fenglixa fenglixa added the l/zh-CN Issues in or relating to Chinese label Jun 25, 2019
@fenglixa
Copy link
Contributor Author

Code error as below picture. DefaultInterval -> DefaultWait caused this issue, lead to 20*20= 400 s for each 'minikube service' call. I would like to provide PR for correcting it.

image

@tstromberg tstromberg added co/service issues related to the service feature and removed l/zh-CN Issues in or relating to Chinese labels Jun 25, 2019
@fenglixa
Copy link
Contributor Author

fixed by #4586

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
co/service issues related to the service feature
Projects
None yet
Development

No branches or pull requests

2 participants