mirror of
https://github.com/bregman-arie/devops-exercises.git
synced 2026-02-04 23:59:11 +00:00
373 B
373 B
OpenShift - Projects 101
Objectives
- Login to the OpenShift cluster ->
oc login -u YOUR_USER -p YOUR_PASSWORD_OR_TOKEN - List all the projects ->
oc get projects(The output should be empty in a newly created cluster) - Create a new project called 'neverland' ->
oc new-project neverland - Check the overview status of the current project ->
oc status