Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 368 Bytes

File metadata and controls

16 lines (12 loc) · 368 Bytes

OpenShift Console

Alt text

Install

Deploy OpenShift Console

oc apply -k microshift_install/services/openshift-console
oc get pods -n openshift-console

Get the OpenShift Console URL

echo "http://$(oc get route openshift-console -n openshift-console -o jsonpath='{.spec.host}')"