Here are some tips for troubleshooting and debugging issues when things aren't working.
-
Enable debug logging on the init container by setting the
LOG_LEVEL
environment variable todebug
. -
Assuming your init container is called
init-vault
and the pod is calledapp-2539434469-99hz2
, run the following command in your CLI:
kubectl logs app-2539434469-99hz2 -c init-vault