Replies: 10 comments
-
@Silvest89 You can try downgrading the version of kube, this can be done with initial_k3s_version, it should work directly from the kube.tf, you change and you apply. Please let us know! |
Beta Was this translation helpful? Give feedback.
-
Also, please try to explore all logs, including k3s service and cilium. See the debug section, and the cilium example in the readme. |
Beta Was this translation helpful? Give feedback.
-
@M4t7e FYI, any help would be super appreciated. You're the cilium pro :) |
Beta Was this translation helpful? Give feedback.
-
I've linked the corresponding issue to the cilium board ;], it's a known issue. Might be a cilium issue or a regression introduced in 1.28 kubernetes/kubernetes#120247 1.28.2 is supposed to come out this week and will contain the fix for the kube issue. Will see if that will fix it ;] |
Beta Was this translation helpful? Give feedback.
-
Hey @Silvest89, can you elaborate a bit more about you specific issue? I don't fully understand what exactly is not working. From your latest title adjustment, I assume it is only CoreDNS? You are currently using K3s Please see here the info about the different K3s channels: https://docs.k3s.io/upgrades/manual#release-channels |
Beta Was this translation helpful? Give feedback.
-
@Silvest89 Please note that Cilium 1.14 has no support for Kubernetes 1.28. It only supports Kubernetes up to 1.27. They plan to introduce Kubernetes 1.28 support in Cilium 1.15. |
Beta Was this translation helpful? Give feedback.
-
@M4t7e TLDR. Have a cluster up with 1.28.1 and cilium 1.14, or 1.15 pre Issue is explained here |
Beta Was this translation helpful? Give feedback.
-
@Silvest89 Thanks for clarification. If this issue does not occur with our presets and only with the latest (not stable/released) upcoming versions, I think we can't support here further as the Cilium team needs to integrate the full support for 1.28 in the upcoming 1.15 release. |
Beta Was this translation helpful? Give feedback.
-
@Silvest89 Basically, all you need to do is set |
Beta Was this translation helpful? Give feedback.
-
Closed. Problem was the regression bug. Running 1.28.2 with Cilium 14 for a while now and no quirks :D |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I am currently on a fresh install with 3 control plane nodes and 4 worker nodes. Cilium and wireguard enabled. Cilium 1.14.x on latest channel so kube 1.28
After a node reboot by kured it loses all connectivity so it cannot recover from the reboot state. Pinging google or anything will timeout. Cannot access api server as well.
SSHing into the node works (node itself has internet connectivity)
Related to cilium/cilium#27982
Kube.tf file
Screenshots
No response
Platform
Linux
Beta Was this translation helpful? Give feedback.
All reactions