You will see that your Jenkins pod is flagged with "CrashLoopBackOff"
This indicates your pod is crashing
✅ Determine Nature of Crash
Use the WebTTY to show the pod logs. In some cases you will see something, in other cases you will not. It depends on the method used to set up the docker image.
kubectl logs jenkins-0xYourEthAddress
We have now determined our persistent data is owned by the wrong user. This is common if the pod is running as a user other than root. Determine the owner of the directory, set the ownership properly, and restart.