-
Notifications
You must be signed in to change notification settings - Fork 734
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
No Route to Host on StatefulSet Update #75
Comments
What kind of k8s cluster is it you're using? Do you mean the kind of rolling update that was new to StatefulSet in 1.7? Have you tried |
@solsson This is a private topology AWS cluster. And yes, I mean the rolling update mechanism introduced for I have |
I have no clue but I can keep guessing :) Can they ping cluster IPs, external IPs? I've seen issues with Kubernetes networking, in particular DNS resolution, on Alpine based images (mentioned in #46 and solsson/dockerfiles#5). What kind of Kafka image are you using? |
Sorry, I think this might actually be related to the CNI provider I'm using (Calico). I found this chain of related issues/PRs: kubernetes/kops#2538. I'll test with the updated version of Calico and report back. Thanks! |
Got this figured out. As those issues mention, there was a race condition in the Calico policy controller that would add and then remove new pod endpoints (when the opposite was supposed to happen). I updated to |
I am using weave and i got the same problem |
Hi there,
I've noticed that when I update the kafka
StatefulSet
configuration and do a rolling deploy, some or all of the brokers get into a bad state in which they appear to be unable to reach the network. These are the errors I'm seeing:Anyone have an idea of what's going on here?
Thanks!
The text was updated successfully, but these errors were encountered: