redhatgov.github.io
redhatgov.github.io copied to clipboard
A couple redlines for the dc metro map workshop
Uncovered these during a workshop this week:
typo in lab1 when selecting the project (after previously creating it)
oc new-project demo-#
should be oc project demo-#
in lab 5
if you are using the CLI the webhook secret will be masked due to oc security.
So when you type:
oc describe bc/dc-metro-map | grep -i webhook
To get that secret you will need to instead do the following:
oc edit bc/dc-metro-map
copy the secret
and :q
to exit
There might be an easier way to get that URL fully printed, but I haven't looked yet.