Finish off instructions for reserving an environment.
This commit is contained in:
@ -112,7 +112,10 @@ controlPlane:
|
||||
architecture: amd64
|
||||
hyperthreading: Enabled
|
||||
name: master
|
||||
replicas: 3
|
||||
replicas: 1
|
||||
platform:
|
||||
aws:
|
||||
type: m5.8xlarge
|
||||
networking:
|
||||
clusterNetwork:
|
||||
- cidr: 10.128.0.0/14
|
||||
@ -159,7 +162,7 @@ openshift-install create cluster --dir /mnt/high-side-data
|
||||
* Disable default catalog sources high side
|
||||
|
||||
#+begin_src tmux
|
||||
oc login https://api.disco.lab:6443 --username kubeadmin -p "$(more /mnt/high-side-data/auth/kubeadmin-password)"
|
||||
oc login https://api.disco.lab:6443 --username kubeadmin -p "$(more /mnt/high-side-data/auth/kubeadmin-password)" --insecure-skip-tls-verify=true
|
||||
oc patch OperatorHub cluster --type merge -p '{"spec": {"disableAllDefaultSources": true}}'
|
||||
oc create -f /mnt/high-side-data/oc-mirror-workspace/results-*/catalogSource-cs-redhat-operator-index.yaml
|
||||
#+end_src
|
||||
|
||||
@ -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 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).
|
||||
|
||||
Reference in New Issue
Block a user