mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-07-28 09:11:18 +00:00
Remind what unbound means for a PVC; fix a typo
This commit is contained in:
@@ -22,12 +22,14 @@
|
|||||||
|
|
||||||
- That cluster's StatefulSet will create PVCs
|
- That cluster's StatefulSet will create PVCs
|
||||||
|
|
||||||
- These PVCs will remain unbound, until we will create local volumes manually
|
- These PVCs will remain unbound¹, until we will create local volumes manually
|
||||||
|
|
||||||
(we will basically do the job of the dynamic provisioner)
|
(we will basically do the job of the dynamic provisioner)
|
||||||
|
|
||||||
- Then, we will see how to automate that with a dynamic provisioner
|
- Then, we will see how to automate that with a dynamic provisioner
|
||||||
|
|
||||||
|
.footnote[¹Unbound = without an associated Persistent Volume.]
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Work in a separate namespace
|
## Work in a separate namespace
|
||||||
|
|||||||
@@ -255,7 +255,7 @@ spec:
|
|||||||
|
|
||||||
## Using a Persistent Volume Claim
|
## Using a Persistent Volume Claim
|
||||||
|
|
||||||
Here a Pod definition like the ones shown earlier, but using a PVC:
|
Here is a Pod definition like the ones shown earlier, but using a PVC:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
|
|||||||
Reference in New Issue
Block a user