diff --git a/slides/k8s/pv-pvc-sc.md b/slides/k8s/pv-pvc-sc.md index 66cedd2f..cdd7ee64 100644 --- a/slides/k8s/pv-pvc-sc.md +++ b/slides/k8s/pv-pvc-sc.md @@ -30,9 +30,9 @@ - ReadWriteOncePod (only one pod can access the volume; new in Kubernetes 1.22) -- A PV lists the access modes that it requires +- A PVC lists the access modes that it requires -- A PVC lists the access modes that it supports +- A PV lists the access modes that it supports ⚠️ A PV with only ReadWriteMany won't satisfy a PVC with ReadWriteOnce! @@ -320,4 +320,4 @@ kubectl get pv,pvc :EN:- Storage provisioning :EN:- PV, PVC, StorageClass :FR:- Création de volumes -:FR:- PV, PVC, et StorageClass \ No newline at end of file +:FR:- PV, PVC, et StorageClass