...
Recreate persistent volume claim.
Open to MongoDB statefulset deployment yaml.
Set
replicas
to 0. Save and wait for all pods terminates.Go to Storage → Persistent volume claims. Select the persistent volume claim belongs to the failing mogodb deployment and delete it.
Go back to the MongoDB stateful set deployment yaml and change replicas to 1.
The pod should be able to start now.
...