-
Bug
-
Resolution: Done
-
Minor
-
DO180 - OCP4.12-en-1-20230406
-
en-US (English)
URL: https://rol.redhat.com/rol/app/courses/do180-4.12/pages/ch04
Reporter RHNID:
Section: 1 - Deploy Applications from Images and Templates
Language: en-US (English)||||||||
Workaround:
Description: Under " Deploy Applications from Images and Templates ", the second command uses three dashes before the "file" option:
[user@host ~]$ oc new-app ---file=./example/my-app.yaml
should be
[user@host ~]$ oc new-app --file=./example/my-app.yaml