-
Notifications
You must be signed in to change notification settings - Fork 134
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
cluster in new vpc with weavenet and coredns : pods can't reach each other or services #179
Comments
I just finished deploying a cluster with a new VPC with the changes in #173 using weave and I am not able to replicate this issue. I used http://docs.heptio.com/content/tutorials/aws-qs-helm-wordpress.html as a test case. |
Hi |
Just to be sure, I tried to spin up a cluster with the currently released Quickstart and am not able to replicate this issue there either. Again, I'm using http://docs.heptio.com/content/tutorials/aws-qs-helm-wordpress.html as a test case. |
Hi, I was very busy at work this week so, I couldn't check anything related to this issue. I hope I will have time to try creating the stack with a few more combinations (weave + corends, weave + kubedns etc.) and try to replicate the issue again tomorrow. |
Sorry for late update, I couldn't spend any time on this. I've created a stack again with weave + coredns and again same problem happened. This time, I followed the steps in Debug Services document @cicciodifranco mentioned before. I've also used temporary pods from tutum/curl and tutum/dnsutils for testing access and service lookup. Only additional info I got:
I will try a few more things whenever I can spare time and try to give more updates. |
Also unable to reproduce this. I used the debug steps https://kubernetes.io/docs/tasks/debug-application-cluster/debug-service/ but used an Ubuntu pod for testing (using a busy box image does cause dns problems which seem beyond the scope here). |
I've recently created a cluster in a new vpc.
My choices for stack parameters were (kubernetes version seems to be 1.9.5):
It seems that the pods can neither reach each other or access through cluster local services.
Everything at the node / vpc level seems normal (security groups etc.).
I can use kubectl port-forward to access pods without a problem.
I can ping actual cluster nodes from inside the pods.
Only thing I can found is the warnings in kube-proxy logs (failed to retrieve node info):
I've searched through kubernetes issues mentioning that warning but, I'm still not sure if it has anything to do with the problem I have.
Are there anything in particular i need to check (for example, at weave network layer) ?
I'll try creating a stack with calico and kube dns but I want to see if there is something I can diagnose or fix with this setup.
Thanks.
The text was updated successfully, but these errors were encountered: