- Access the OpenShift web console at https://console-openshift-console.${CLUSTER_DOMAIN_NAME}/.
- In the top right, click on your name } Copy Login Command } Display
Token } Copy the
oc login
command
- Download the
oc
executable from your cluster at https://downloads-openshift-console.${CLUSTER_DOMAIN_NAME}/
or from the internet:
- x86_64/amd64:
- Windows
- macOS
- Linux
- ARMv8/AArch64/M1:
- macOS
- Linux
- Windows
- Open a terminal and change directory to where
oc
is.
- Paste and run the
oc login
command from step 2
above.
- Run
oc whoami --show-console
to confirm everything
works.
Previous Section (Troubleshooting OpenShift Recipes) |
Next Section (OpenShift General Troubleshooting Recipe) |
Back to Table of Contents