Replies: 1 comment 1 reply
-
There were a number of Kubernetes issues related to that. Long story short, it's harmless and Kubernetes will clean it up. Way better: run a recent Kubernetes version, 1.30.2 is too old, use latest 1.30.x if you're stuck with 1.30.x for any reason. It might have been already fixed. It's not a Talos issue in any way though. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear all,
I noticed that after most reboots, e.g. when applying a machineconfig with a reboot, I have lots of pods in status
Error
orCompleted
on my singlenode talos instance.For all pods in
Error
orCompleted
there seems to be a new pod that is health andRunning
. But there does not seem to be a "broken" pod for each running pod.Example:
To me it looks like only Deployments are affected, while DaemonSets and StatefulSets are fine (due to the deterministic naming?).
Any idea, what could cause that? Any idea how to prevent that?
Kind Regards,
Johannes
P.S.: Singlenode instance, currently Talos 1.9.4 with Kubernetes 1.30.2.
Beta Was this translation helpful? Give feedback.
All reactions