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

Facing problem while running hello world example on minikube #130

Open
JayeshLunkad opened this issue Apr 18, 2017 · 5 comments
Open

Facing problem while running hello world example on minikube #130

JayeshLunkad opened this issue Apr 18, 2017 · 5 comments

Comments

@JayeshLunkad
Copy link

i have done following steps

  1. Started linkerd in kubernetes daemon set
  2. Deployed hello/world services but in hello service logs i am getting following error:

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

@JayeshLunkad JayeshLunkad changed the title Facing problem while running hello worl example on minikube Facing problem while running hello world example on minikube Apr 18, 2017
@esbie
Copy link
Contributor

esbie commented Apr 18, 2017

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.

@cmeury
Copy link

cmeury commented May 17, 2017

Seeing the same error. Is there a workaround?

@klingerf
Copy link
Member

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.

kubectl apply -f https://raw.githubusercontent.com/linkerd/linkerd-examples/master/k8s-daemonset/k8s/hello-world-legacy.yml

@cmeury
Copy link

cmeury commented May 18, 2017

@klingerf Thanks a lot, works!

$ http --proxy=http://192.168.99.101:30535/ http://hello
HTTP/1.1 200 OK
Content-Encoding: gzip
Content-Length: 57
Content-Type: text/plain; charset=utf-8
Date: Thu, 18 May 2017 21:40:47 GMT
Via: 1.1 linkerd, 1.1 linkerd
l5d-success-class: 1.0

Hello (172.17.0.7) world (172.17.0.10)!!

@klingerf
Copy link
Member

@cmeury woohoo! glad to hear it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants