-
Notifications
You must be signed in to change notification settings - Fork 242
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
Networking problems after second kubeone run #1379
Comments
@kron4eg Thank you for the swift reply and PR. We did build kubeone ourselves and have since migrated to the released v1.2.3. However, we still see the same thing happening.
This only happens after the second kubeone run. |
are you using kubeone apply each time, or kubeone install? |
I can't reproduce this issue. Can you please share the deployment used to spawn the pods. |
We are using apply in both cases... |
I am not entirely sure what you mean. This is how we are spawning the pod on the worker node:
|
I am using kubeone to set up a cluster on Hetzner cloud. After the initial run, things mostly work. There is a problem reaching kube-dns-upstream from pods on the worker nodes, but that can be fixed by doing a rolling restart of coredns.
However, after I run kubeone for a second time, canal gets redeployed, which then renders the cluster unusable. Every request seems to be taking 10 seconds (which of course makes debugging a pain).
This is how I execute kubeone (on both runs).
kubeone.yaml
andtf.json
are identical on both runs. I am using kubeone 1.2.2 (and have also tried 1.2.1) and have tried with kubernetes 1.20 as well.Does anyone have an idea what might be causing this? What logs should I look at specifically for debugging?
The text was updated successfully, but these errors were encountered: