-
Bug
-
Resolution: Done
-
Minor
-
DO280 - OCP4.14-en-2-20240725
-
None
-
False
-
-
False
-
ROLE
-
-
-
en-US (English)
Please fill in the following information:
URL: | https://role.rhu.redhat.com/rol-rhu/app/courses/do280-4.14/pages/ch06s02 |
Reporter RHNID: | yuvaraj-rhls |
Section Title: | h2. Guided Exercise: Project and Cluster Quotas |
Issue description
[student@workstation ~]$ oc get pod,deployment
NAME READY STATUS RESTARTS AGE
pod/test-6c66b55cb5-mdxjl 1/1 Running 0 2m58s
NAME READY UP-TO-DATE AVAILABLE AGE
deployment.apps/test 1/8 1 1 3m20s
deployment.apps/test2 0/1 0 0 14s
The test deployment creates only two pods. The second deployment does not create any pods.
Instead of "The test deployment creates only two pods. "
Should be
The test deployment creates only one pod.