redhat-gpe / rhte2018_operational_intelligence

1 stars 2 forks source link

Login to cluster #19

Closed jeffreydelong closed 5 years ago

jeffreydelong commented 5 years ago

Lab 2 3.2 Instruction 1 says Log into OpenShift Environment using OC Client Tool to your Lab Region

oc login https://master.$REGION.openshift.opentlc.com -u $OCP_USERNAME -p $OCP_PASSWD

This is incorrect, it should be oc login https://$HOSTNAME:8443 -u $OCP_USERNAME -p $OCP_PASSWD

Pkrish15 commented 5 years ago

Fixed in the New Build