Updated asset paths and next config for cname.
This commit is contained in:
@ -22,7 +22,7 @@ For this workshop you'll be given a fresh OpenShift 4 cluster which currently on
|
||||
To get underway open your web browser and navigate to the following link to reserve yourself a user https://demo.redhat.com/workshop/98b7pu. You can reserve an environment by entering any email address along with the password provided by your workshop facilitator.
|
||||
|
||||
<Zoom>
|
||||
| |
|
||||
| |
|
||||
|:-----------------------------------------------------------------------------:|
|
||||
| *Obtaining a workshop environment* |
|
||||
</Zoom>
|
||||
@ -35,7 +35,7 @@ After entering an email and the provided password you'll be presented with a con
|
||||
Open the console url and login.
|
||||
|
||||
<Zoom>
|
||||
| |
|
||||
| |
|
||||
|:-----------------------------------------------------------------------------:|
|
||||
| *Obtaining a workshop environment* |
|
||||
</Zoom>
|
||||
|
||||
@ -16,7 +16,7 @@ In this first hands on excercise we will prepare our cluster for running Windows
|
||||
To install Operators on OpenShift we use Operator Hub. A simplistic way of thinking about Operator Hub is as the "App Store" for your OpenShift cluster.
|
||||
|
||||
<Zoom>
|
||||
| |
|
||||
| |
|
||||
|:-----------------------------------------------------------------------------:|
|
||||
| *OpenShift Operator Hub* |
|
||||
</Zoom>
|
||||
@ -51,7 +51,7 @@ oc patch networks.operator.openshift.io cluster --type=merge \
|
||||
```
|
||||
|
||||
<Zoom>
|
||||
| |
|
||||
| |
|
||||
|:-----------------------------------------------------------------------------:|
|
||||
| *Patching an OpenShift cluster network to enable hybrid networking* |
|
||||
</Zoom>
|
||||
@ -70,7 +70,7 @@ Follow the steps below to install the operator:
|
||||
4. Leave all settings as the default and click **Install** once more.
|
||||
|
||||
<Zoom>
|
||||
| |
|
||||
| |
|
||||
|:-----------------------------------------------------------------------------:|
|
||||
| *Installing the windows machine config operator* |
|
||||
</Zoom>
|
||||
@ -94,7 +94,7 @@ oc create secret generic cloud-private-key \
|
||||
```
|
||||
|
||||
<Zoom>
|
||||
| |
|
||||
| |
|
||||
|:-----------------------------------------------------------------------------:|
|
||||
| *Create a private key secret* |
|
||||
</Zoom>
|
||||
|
||||
@ -113,7 +113,7 @@ After retrieving your cluster id and zone update the sample `MachineSet` using y
|
||||
Within OpenShift you can then click the ➕ button in the top right hand corner, paste in your yaml and click **Create**.
|
||||
|
||||
<Zoom>
|
||||
| |
|
||||
| |
|
||||
|:-----------------------------------------------------------------------------:|
|
||||
| *Create a windows machineset* |
|
||||
</Zoom>
|
||||
@ -124,7 +124,7 @@ Within OpenShift you can then click the ➕ button in the top right hand corner,
|
||||
After creating the `MachineSet` a new Windows machine will be automatically provisioned and added to our OpenShift cluster, as we set our desired replicas in the YAML to `1`.
|
||||
|
||||
<Zoom>
|
||||
| |
|
||||
| |
|
||||
|:-----------------------------------------------------------------------------:|
|
||||
| *Check the status of the new windows machine* |
|
||||
</Zoom>
|
||||
|
||||
@ -22,7 +22,7 @@ This application consists of:
|
||||
3. Linux Container running a MSSql database 🤯.
|
||||
|
||||
<Zoom>
|
||||
| |
|
||||
| |
|
||||
|:-----------------------------------------------------------------------------:|
|
||||
| *Mixed workload architecture diagram* |
|
||||
</Zoom>
|
||||
@ -46,7 +46,7 @@ Follow the steps below to add the repository:
|
||||
This will allow us to deploy any helm charts available in this repository.
|
||||
|
||||
<Zoom>
|
||||
| |
|
||||
| |
|
||||
|:-----------------------------------------------------------------------------:|
|
||||
| *Creating a project and adding a helm repository* |
|
||||
</Zoom>
|
||||
@ -61,7 +61,7 @@ With our helm chart repository added, let's deploy our application! This is as s
|
||||
3. Review the chart settings and click **Create** once more.
|
||||
|
||||
<Zoom>
|
||||
| |
|
||||
| |
|
||||
|:-----------------------------------------------------------------------------:|
|
||||
| *Create mixed archiecture application via helm* |
|
||||
</Zoom>
|
||||
@ -82,7 +82,7 @@ We can verify our Windows Container is running by:
|
||||
> Note: You may need to change from `https://` to `http://` in your browser address bar when opening the application URL as some browsers now automatically attempt to redirect to HTTPS, however this application route is currently only served as HTTP.
|
||||
|
||||
<Zoom>
|
||||
| |
|
||||
| |
|
||||
|:-----------------------------------------------------------------------------:|
|
||||
| *Confirm Windows container status* |
|
||||
</Zoom>
|
||||
|
||||
Reference in New Issue
Block a user