diff --git a/data/workshop/exercise3.mdx b/data/workshop/exercise3.mdx index 4a61df0..8dd39e5 100644 --- a/data/workshop/exercise3.mdx +++ b/data/workshop/exercise3.mdx @@ -123,6 +123,12 @@ 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`. + +|![workshop](/workshops/static/images/windows/check-machine.gif) | +|:-----------------------------------------------------------------------------:| +| *Create the status of the new windows machine* | + + Creating, provisioning and configuring a new Windows host can be a lengthy process taking 15-30 minutes so now is a good time to take a break ☕. You can keep an eye on the status of your Machine in the OpenShift web console. Once it reaches the **Provisioned as node** status you are ready to proceed to the next exercise. diff --git a/data/workshop/exercise4.mdx b/data/workshop/exercise4.mdx index 1d83081..45e4a33 100644 --- a/data/workshop/exercise4.mdx +++ b/data/workshop/exercise4.mdx @@ -53,3 +53,5 @@ This will allow us to deploy any helm charts available in this repository. ## 4.2 Deploy candystore helm chart + +With our helm chart repository added, let's deploy our application diff --git a/public/static/images/windows/check-machine.gif b/public/static/images/windows/check-machine.gif new file mode 100644 index 0000000..bcd0231 Binary files /dev/null and b/public/static/images/windows/check-machine.gif differ