-
Hi, In my 6-nodes cluster, I tryed to deploy the topology updater, but 5 out of 6 pods are in crashloopbackoff state. Is there a way to fix this?
Logs from one of the failing pods
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
What k8s version are you running? What do the pod logs say? |
Beta Was this translation helpful? Give feedback.
-
Hi, here's my cluster kube version:
The logs from one of the failing pds are:
Probably because of the kubernetes version, as the only working pod was on a worker still at 1.27.4 version? Now the worker is updated and the topology updater is not working on that node as well |
Beta Was this translation helpful? Give feedback.
-
Interesting 🧐 And not nice. Looks like Kubernetes v1.28 broke compatibility wrt to the |
Beta Was this translation helpful? Give feedback.
Interesting 🧐 And not nice. Looks like Kubernetes v1.28 broke compatibility wrt to the
FlushFrequency
field (i.e. older k8s version cannot marshal data generated from a newer version as the type has changed). We need to fix this somehow, I think the simplest would be simply to bump k8s version to v1.28 in the release-0.13 branch (and cut a new patch release). @PiotrProkop @ArangoGutierrez any thoughts on this?