e.g.,
spec: containers: - command: - bash - -c - tail -f /dev/null
Very useful to then `exec` with a shell in the pod debug things or test out different configs quickly, check the environment etc.
e.g.,
(and comment out any liveness or readiness probes)Very useful to then `exec` with a shell in the pod debug things or test out different configs quickly, check the environment etc.