Kubernetes error syncing pod Kubernetes error syncing pod kubernetes kubernetes

Kubernetes error syncing pod


The issue caused by the docker container which exits as soon as the "start" process finishes. Add a command that runs forever and probably it'll work. For example, recreating docker image:

#Dockerfile[...]CMD exec /bin/bash -c "trap : TERM INT; sleep infinity & wait"