Changes all API Objects to CamelCase (e.g Stateful Set becomes
StatefulSet and Persistent Volume becomes PersistentVolume)
This commit is contained in:
committed by
Devin Donnelly
parent
a261581b22
commit
320168cc81
@@ -141,7 +141,7 @@ __Stable Storage__
|
|||||||
|
|
||||||
[PersistentVolumes](/docs/user-guide/volumes/), one for each Volume Claim Template,
|
[PersistentVolumes](/docs/user-guide/volumes/), one for each Volume Claim Template,
|
||||||
are created based on the `volumeClaimTemplates` field of the StatefulSet. In the
|
are created based on the `volumeClaimTemplates` field of the StatefulSet. In the
|
||||||
example above, each Pod will receive a single persistent volume with a storage
|
example above, each Pod will receive a single PersistentVolume with a storage
|
||||||
class of `anything` and 1 Gib of provisioned storage. When a Pod is (re) scheduled onto
|
class of `anything` and 1 Gib of provisioned storage. When a Pod is (re) scheduled onto
|
||||||
a node, its `volumeMounts` mount the PersistentVolumes associated with its
|
a node, its `volumeMounts` mount the PersistentVolumes associated with its
|
||||||
PersistentVolume Claims. Note that, the PersistentVolumes associated with the
|
PersistentVolume Claims. Note that, the PersistentVolumes associated with the
|
||||||
|
|||||||
Reference in New Issue
Block a user