-
Notifications
You must be signed in to change notification settings - Fork 221
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
Facing problem while running hello world example on minikube #130
Comments
I have not personally seen this error message, but a quick google search suggests it's a duplicate of kubernetes/minikube#757, with underlying issue kubernetes/kubernetes#28610 Not sure there's anything for us to do on our side. |
Seeing the same error. Is there a workaround? |
Hey @cmeury -- am not positive, but it appears that in the original post hello-world.yml was deployed. That version won't work on minikube unfortunately (see the note here). Try instead deploying hello-world-legacy.yml to see if that fixes it.
|
@klingerf Thanks a lot, works!
|
@cmeury woohoo! glad to hear it! |
i have done following steps
2017-04-18T05:43:24.398460821Z starting gRPC server on :7777
2017-04-18T05:43:34.508996477Z 2017/04/18 05:43:34 grpc: addrConn.resetTransport failed to create client transport: connection error: desc = "transport: dial tcp: lookup minikube on 10.0.0.10:53: server misbehaving"; Reconnecting to {minikube:4140 }
can you please suggest whats going wrong.
Thanks,
Jayesh
The text was updated successfully, but these errors were encountered: