Basically, I have a problem deleting my spoc-volume-spoc-ihm-kube-test
PVC I tried with:
kubectl delete -f file.yml
kubectl delete PVC
but I get every time the same Terminating Status. Also, when I delete the PVC the console is stuck in the deleting process.
Capacity: 10Gi Storage Class: rook-cephfs Access Modes: RWX
Here is the status in my terminal:
kubectl get pvc NAME STATUS VOLUME CAPACITY ACCESS MODES STORAGECLASS AGE spoc-volume-spoc-ihm-kube-test Terminating pvc-- 10Gi RWX rook-cephfs 3d19h
Thank You for your answers, Stack Community :)
kubectl describe pvc spoc-volume-spoc-ihm-kube-test
? – Wagerkubectl describe pvc spoc-volume-spoc-ihm-kube-test
is a good way to describe the pod, I will use it next time. My app works perfectly in the cluster ! – Libratory