-
Bug
-
Resolution: Done
-
Major
-
DO180 - OCP4.14-en-2-20240530
-
None
-
False
-
-
False
-
4
-
-
-
en-US (English)
Please fill in the following information:
URL: | ch04s09 |
Reporter RHNID: | 348206772admin |
Section title: | Lab: Deploy Managed and Networked Applications on Kubernetes |
Language: | English |
Issue description
Step 2 and Step 5 requires to create a deployment with the image mentioned in the steps.
However if I use the "oc new-app --image " the deployment spins with some additional strings at the end of the image name, but it works fine. However, it fails in the lab-grade command with the message "incorrect image"
This doesn't happen if I use the command "oc create deployment --image "
Steps to reproduce:
At steps 2 and 5 use `oc new-app --image` with the provided images in the description.
Workaround:
Expected result: