Add AWS exercises and questions

This commit is contained in:
abregman
2021-11-26 12:55:02 +02:00
parent 195174a5b9
commit 3bbdbafd0e
7 changed files with 368 additions and 270 deletions

View File

@ -1,4 +1,6 @@
## Projects 101 - Solution
## OpenShift - Projects 101
### Objectives
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)