-
Bug
-
Resolution: Done
-
Minor
-
DO288 - OCP4.12-en-3-20231031
-
False
-
-
False
-
-
-
en-US (English)
Please fill in the following information:
URL: | https://rol.redhat.com/rol/app/courses/do288-4.12/pages/ch03s04 |
Reporter RHNID: | rht-psolarvi |
Section title: | Guided Exercise: Using External Registries in Red Hat OpenShift |
Language: | en |
Issue description
3.1 Create the wrong-registry-credentials secret of the docker-registry type that contains the credentials.
[student@workstation ~]$ oc create secret docker-registry \
wrong-registry-credentials \
--docker-server=registry.ocp4.example.com:8443 \
--docker-username=developer --docker-password=developer1 \
--docker-email=developer@example.org
secret/registry-credentials created
The output should be:
[student@workstation ~]$ oc create secret docker-registry \
wrong-registry-credentials \
--docker-server=registry.ocp4.example.com:8443 \
--docker-username=developer --docker-password=developer1 \
--docker-email=developer@example.org
secret/wrong-registry-credentials created
Steps to reproduce:
Workaround:
Expected result: