mirror of
https://github.com/kubesphere/website.git
synced 2025-12-26 00:12:48 +00:00
8 lines
373 B
Plaintext
8 lines
373 B
Plaintext
// :ks_include_id: 03868826ceca4baea8a9365de6974f02
|
|
The access modes of Persistent Volumes.
|
|
|
|
* **RWO** (ReadWriteOnce): Allows a single node to read from and write to the Persistent Volume.
|
|
|
|
* **ROX** (ReadOnlyMany): Allows multiple nodes to read from the Persistent Volume.
|
|
|
|
* **RWX** (ReadWriteMany): Allows multiple nodes to read from and write to the Persistent Volume. |