Finish off instructions for reserving an environment.

This commit is contained in:
2024-08-31 14:50:55 +12:00
parent 350abf8e74
commit c5f697f48c
3 changed files with 16 additions and 9 deletions

View File

@ -20,18 +20,22 @@ There are of course many different options for installing OpenShift in a restric
**Let's get started!**
## 1.1 - Reserve a lab environment
An OpenShift `4.14` cluster has already been provisioned for you to complete these excercises.
An OpenShift `4.14` cluster has already been provisioned for you to complete these excercises. To reserve an environment go to [insert link here](https://sheets.google.com).
<Zoom>
|![workshop](/static/images/compliance/environments.png) |
|:-----------------------------------------------------------------------------:|
| *Workshop environment worksheet* |
</Zoom>
## 1.2 - Login via ssh and vnc
To complete the lab exercises you'll use a mix of an `ssh` terminal session for running OpenShift client `oc` commands, and then a browser based vnc session in order to access the OpenShift cluster web console.
Let's log in via ssh now, open your terminal and run the following command, replacing the placeholder ip address with the one you have been allocated.
Links to a browser based terminal and vnc session are available in the spreadsheet, along with any credentials required. You are welcome to use your own terminal or vnc software if you prefer.
```bash
ssh lab-user@<ip address>
```
Open your browser and navigate to the vnc url that has been allocated to you, for example: https://showroom-showroom-fjbtw.apps.cluster1.openshift.shared.redhatworkshops.io/novnc/vnc.html
Once you have both a terminal and vnc session working you're ready to get underway with the workshop, please move on to [Exercise 2](https://rhdemo.win/workshop/exercise2).