Exercise 0 - Projects¶
First of all everyone needs his own OpenShift Project, so let's create one.
Note
For each exercise you can choose and only have to do either the 'Web Console' or the 'Command Line Interface (CLI)' section in oder to complete the exercise.
Create a Project¶
- Switch to the 'Administartor' view using the dropdown menu at .
- Navigate to 'Home' → 'Projects' .
- Press 'Create Project' .
- Set the 'Name' to
playground-user<id>
(replace<id>
with your actual ID) and choose a 'Display Name' as well as a 'Description' (write down your 'Project Name' you will need that in the following Exercises). - Press 'Create' .
- Create your own 'Project' using the
oc new-project
command and write down your 'Project Name' you will need that in the following Exercises.(replaceoc new-project playground-user<id>
<id>
with your actual ID) - Switch to your 'Project' using
oc project
.oc project <project name>