You can get logs for initContainers, it’s just that the logs command won’t do it automatically. The container has it be specified explicitly,
kubectl logs JOB_POD -c wait-for-postgres
Can you provide output from that?
You can get logs for initContainers, it’s just that the logs command won’t do it automatically. The container has it be specified explicitly,
kubectl logs JOB_POD -c wait-for-postgres
Can you provide output from that?