Question
Managed Kubernetes not working - cilium can't connect to etcd
Hi guys,
I already opened a support ticket, but I still have no replies since 3 days, so I wanted to try here too.
I use the managed kubernetes service with rancher and had it running smoothly. Then on monday morning, it suddenly stopped reporting to rancher and the deployed websites didn’t work anymore. I checked all pods and saw, that the cilium pods are restarting like crazy and most other pods are stuck in containerCreating
.
It seems like the cilium pods can’t reach the etcd-node anymore. This is the log of one cilium node: https://gist.github.com/DTrierweiler/f2eecb5568fdf899695cb6f644318ffb
I even downloaded the certs from the secret and tried to connect to the etcd from my local machine with curl - which worked without problems.
Could this be related to dns problems? The 2 coredns pods are not running as well because of being stuck in containerCreating
.
Thanks a lot for your help.
Besides this, is it normal for the support to take so much time? I have an unusable cluster (for 4 days now), which costs me 200$ per month and my websites are not running. Luckily this is still only staging and not production.
Cheers,
Daniel
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×