Find why a container/pod restarted
Check the status of the storage-provisioner pod in the kube-system namespace.
kubectl get po <pod> -n <ns>Retrieve the previous logs of the storage-provisioner pod in the kube-system namespace.
kubectl logs <pod> --previous -n <ns>