mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-07-17 20:09:43 +00:00
Merge pull request #608 from nchauvat/patch-1
fix typo in definition of access modes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user