Merge pull request #608 from nchauvat/patch-1

fix typo in definition of access modes
This commit is contained in:
Jérôme Petazzoni
2022-02-10 16:14:39 +01:00
committed by GitHub

View File

@@ -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
:FR:- PV, PVC, et StorageClass