From c65aa7803aaf1c30e2d3b8a66238a71587e4bd5d Mon Sep 17 00:00:00 2001 From: James Blair Date: Thu, 25 Jul 2024 16:23:45 +1200 Subject: [PATCH] Update for fresh environment. --- data/workshop/exercise1.mdx | 2 +- data/workshop/exercise4.mdx | 2 +- data/workshop/exercise5.mdx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/data/workshop/exercise1.mdx b/data/workshop/exercise1.mdx index df3d03f..07f223f 100644 --- a/data/workshop/exercise1.mdx +++ b/data/workshop/exercise1.mdx @@ -18,7 +18,7 @@ In addition to the web console, OpenShift includes command line tools to provide ## 1.1 - Login to lab environment -An OpenShift `4.16` cluster has already been provisioned for you to complete these excercises. Open your web browser and navigate to the workshop login page https://demo.redhat.com/workshop/c5exyr. +An OpenShift `4.16` cluster has already been provisioned for you to complete these excercises. Open your web browser and navigate to the workshop login page https://demo.redhat.com/workshop/qrz23h. Once the page loads you can login with the details provided by your workshop facilitator. diff --git a/data/workshop/exercise4.mdx b/data/workshop/exercise4.mdx index 02f8cef..1bcc64b 100644 --- a/data/workshop/exercise4.mdx +++ b/data/workshop/exercise4.mdx @@ -33,7 +33,7 @@ In the YAML configuration window enter the following, substituting `userX` with ```yaml db: password: userX -hostname: userX-gitea.apps.cluster-dsmsm.dynamic.opentlc.com +hostname: userX-gitea.apps.cluster-xxz98.xxz98.sandbox619.opentlc.com tlsRoute: true ``` diff --git a/data/workshop/exercise5.mdx b/data/workshop/exercise5.mdx index 6795015..eba4a40 100644 --- a/data/workshop/exercise5.mdx +++ b/data/workshop/exercise5.mdx @@ -92,7 +92,7 @@ spec: spec: tls: termination: edge - host: grafana-userX.apps.cluster-dsmsm.dynamic.opentlc.com + host: grafana-userX.apps.cluster-xxz98.xxz98.sandbox619.opentlc.com ```