Kubernetes pod CrashLoopBackOff

Hi,

I have a problem with an Helm Kubernetes deployment.
One of the pods goes CrashLoopBackoff and I can’t see why (the other pods are going fine, the nodes are exacly the same HW-OS).

kubectl logs -n collabora-online       collabora-online-75664df96b-mpxfj
exec /start-collabora-online.sh: exec format error
kubectl get pods -n collabora-online -o wide
NAME                                READY   STATUS             RESTARTS      AGE     IP              NODE   NOMINATED NODE   READINESS GATES
collabora-online-75664df96b-92d29   1/1     Running            7             3d10h   10.10.246.157   k8w4   <none>           <none>
collabora-online-75664df96b-dwqnk   1/1     Running            3 (38h ago)   3d10h   10.10.53.88     k8w9   <none>           <none>
collabora-online-75664df96b-dxjff   1/1     Running            4 (38h ago)   3d10h   10.10.113.228   k8w7   <none>           <none>
collabora-online-75664df96b-jhqc5   1/1     Running            5 (38h ago)   4d10h   10.10.228.100   k8w6   <none>           <none>
collabora-online-75664df96b-mpxfj   0/1     CrashLoopBackOff   6 (90s ago)   7m12s   10.10.179.106   k8w3   <none>           <none>
collabora-online-75664df96b-wxszx   1/1     Running            4 (38h ago)   4d10h   10.10.83.68     k8w5   <none>           <none>

Can’t see why that’s happening…

Hey @urbaman,

Welcome to the forum + thanks for the question. :slight_smile:

Hmmmm… Can you give a little more info on your setup? Like what:

  • Version is your Collabora Online?
    • Can be found in Help > About.
  • OS + Kubernetes version you are using?

Was it working fine previously, and only just recently broke?