Replies: 4 comments
-
@vavallee You would need to inspect your logs, but please not that it's not really recommended to terminate SSL at the LB level, it's so much easier to do it at the ingress controller level. Now please do investigate by looking at the logs why the recreation happens, and if that would bring downtime even when there's no SSL at the LB level or not. I would advise you to have a look at the k3s logs, see the debug section in the readme, the cilium logs of course (maybe turn the debug flag on in the values), the ingress controller logs, the kubernetes logs, node logs.... etc. Also do check the SELinux logs, audit.log. My advice, instead of searching hours how to debug specific components, just ask GPT-4 over at chat.openai.com. |
Beta Was this translation helpful? Give feedback.
-
Between, very recently a new PR changed the default value of ciliums MTU from 1500 to 1450, maybe that could be the reason? Normally it solved issues not created them. |
Beta Was this translation helpful? Give feedback.
-
@vavallee Any updates on this? |
Beta Was this translation helpful? Give feedback.
-
@vavallee You might want to try our latest release, we have optimized the config of Cilium now. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I am using v2.1.3 with cilium enabled and having a very weird issue.
The terraform creates the load balancer in its basic form as expected, however I am terminating SSL at the load balancer instead of at my application, so I had to make manual console changes to the "services" in the load balancer.
No issue, it works great.
However since I moved to cilium, on a regular but random schedule, it seems the the load balancer gets "recreated" somehow, at which point the config I did manually is wiped and my site goes down. I have not been able to determine where the "recreation" is being triggered or why. The loss of config also happens if I restart the k3s nodes.
Kube.tf file
Screenshots
No response
Platform
Linux
Beta Was this translation helpful? Give feedback.
All reactions