Remind what unbound means for a PVC; fix a typo

This commit is contained in:
Jerome Petazzoni
2019-05-24 19:11:59 -05:00
parent 5b4debfd81
commit eb04aacb5e
2 changed files with 4 additions and 2 deletions

View File

@@ -22,12 +22,14 @@
- 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)
- Then, we will see how to automate that with a dynamic provisioner
.footnote[¹Unbound = without an associated Persistent Volume.]
---
## Work in a separate namespace

View File

@@ -255,7 +255,7 @@ spec:
## 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
apiVersion: v1