To try and figure this out I would run the command:
kubectl get pods
– Add the namespace param if required.
Then copy the pod name and run:
kubectl describe pod {POD_NAME}
That should give you some information as to why it’s stuck in the initializing state.