Add 57 new questions and exercises
This commit is contained in:
6
exercises/openshift/solutions/projects_101.md
Normal file
6
exercises/openshift/solutions/projects_101.md
Normal file
@ -0,0 +1,6 @@
|
||||
## Projects 101 - Solution
|
||||
|
||||
1. Login to the OpenShift cluster -> `oc login -u YOUR_USER -p YOUR_PASSWORD_OR_TOKEN`
|
||||
2. List all the projects -> `oc get projects`(The output should be empty in a newly created cluster)
|
||||
3. Create a new project called 'neverland' -> `oc new-project neverland`
|
||||
4. Check the overview status of the current project -> `oc status`
|
Reference in New Issue
Block a user