-
Bug
-
Resolution: Done
-
Minor
-
DO180 - OCP4.14-en-1-20240111, DO180 - OCP4.12.2-en-3-20231030
-
None
-
False
-
-
False
-
5
-
ROLE
-
-
-
en-US (English)
Please fill in the following information:
URL: | https://role.rhu.redhat.com/rol-rhu/app/courses/do180-4.12.2/pages/ch05s04 |
Reporter RHNID: | dyocum |
Section Title: | Guided Exercise: Provision Persistent Data Volumes |
Issue description:
In the example box in step 5.2, the name: key is incorrect. It's currently nfs-volume-storage and it needs to match the name set in step 4.4, db-pod-pvc.
Steps to reproduce:
Workaround:
Expected result:
apiVersion: apps/v1
kind: Deployment
...output omitted...
volumes:
- name: db-pod-pvc
persistentVolumeClaim:
claimName: db-pod-pvc
...output omitted...
volumeMounts:
- mountPath: /var/lib/mysql
name: db-pod-pvc
...output omitted...