Skip to content

Latest commit

 

History

History
47 lines (25 loc) · 1.71 KB

File metadata and controls

47 lines (25 loc) · 1.71 KB

Lab 0: Cloud and Cluster access check

Before we can start with any labs, the access to the IBM Cloud and the OpenShift cluster have to be validated.

Log into the IBM Cloud and cluster UI

Log into IBM Cloud.

Navigate to MenuOpenShiftClusters as shown below.

Open OCP Cluster

You should see a list of cluster, containing at least one OpenShift cluster with version 4.3.

List of OCP clusters

Select a cluster. You should see the overview of the cluster, with a summary about the cluster, worker node status and some cluster insights.

cluster details

Next, open the OpenShift Web Console, by clicking on the blue button on the top right.

You should be presented the OpenShift landing page:

OCP Landing Page

Log into the cluster with the CLI

Now let's log into the cluster with the cli to perform the first operations on the cluster.

Therefore, click on your name in the top right corner and then select Copy Login Command. Click on Display Token and copy the command below the "Log in with this token" section.

OCP Copy Login Command

Open up a local terminal, paste the login command and execute it.

$ oc login https://... --token=XXX

Logged into "https://c100-e.eu-de.containers.cloud.ibm.com:30026" as "IAM#<your account>" using the token provided.

You have access to '<number of projects>' projects, the list has been suppressed. You can list all projects with 'oc projects'

Using project "default".

If all of this worked, you are ready to start with the labs.