IBM/minishift101 - step 1 - accessing cluster
Learn how to login to an OpenShift cluster and create a new project in Minishift.
Last updated
Was this helpful?
Learn how to login to an OpenShift cluster and create a new project in Minishift.
Last updated
Was this helpful?
Login to the cluster with the output from the command after running minishift start
as described in .
If you get an error about the oc
command not being found, you can source it with the following command:
As you will be able to see, there are several projects available to be able to switch between different workloads.
You should have a default project setup already but we will create a new project for our new application.
Now you should have a new project with the label nodejs
and your active project will now point to it. If you want to switch between projects, run:
Congratulations, you have logged into your cluster and have created your first OpenShift project! To learn how to create your first application move on to the next lab (Lab 2).