Symptoms¶
- Pod
auth-service-8c4f7d6b2-qp5r3in namespaceprodis in CrashLoopBackOff. kubectl logs auth-service-8c4f7d6b2-qp5r3returns empty output -- no log lines at all.kubectl logs --previousalso returns empty output.- The pod has restarted 47 times in the last 2 hours.
- Container state shows
lastState.terminated.exitCode: 127. - The deployment was updated 2 hours ago with a new image tag.
- Other pods in the namespace are running normally.
- The container image was built from a new multi-stage Dockerfile.