Add hint to exercise 2.

This commit is contained in:
2024-10-25 09:08:33 +13:00
parent 0b061fa8b7
commit 617fc7bdcc
2 changed files with 5 additions and 1 deletions

View File

@ -8,7 +8,7 @@ This document captures the steps required to set up an instance of the workshop.
* Log in to cluster * Log in to cluster
#+begin_src tmux #+begin_src tmux
oc login --web https://api.cluster-zwm4h.zwm4h.sandbox1572.opentlc.com:6443/ oc login --web https://api.cluster-pnccw.pnccw.sandbox225.opentlc.com:6443/
#+end_src #+end_src
* Update cluster logo * Update cluster logo

View File

@ -52,6 +52,8 @@ Documentation you may find helpful is:
Alright, you've given Angie a quick tour around the Red Hat Advanced Cluster Security Console, now it's time to secure this hub cluster by generating an init bundle named `prd-acme-hub` and applying it to the cluster. Alright, you've given Angie a quick tour around the Red Hat Advanced Cluster Security Console, now it's time to secure this hub cluster by generating an init bundle named `prd-acme-hub` and applying it to the cluster.
You remember from the documentation that before you install the `SecuredCluster` resource on a cluster, you must create an init bundle. The cluster that has `SecuredCluster` resource then uses this bundle to authenticate with Central.
Angie would prefer to use the **Operator** method for these tasks as she explains having repressed memories of trying to find indentation issues in helm chart templates and never ever wanting to touch helm ever again. Angie would prefer to use the **Operator** method for these tasks as she explains having repressed memories of trying to find indentation issues in helm chart templates and never ever wanting to touch helm ever again.
<Zoom> <Zoom>
@ -83,6 +85,8 @@ Documentation you may find helpful is:
| *Secured cluster list in Red Hat Advanced Cluster Security* | | *Secured cluster list in Red Hat Advanced Cluster Security* |
</Zoom> </Zoom>
> **Hint** If your SecuredCluster pods are in the right namespace and are not all starting successfully this can commonly occur because you have missed appending the `:443` to your central endpoint in the `SecuredCluster` resource.
## 2.5 - Check your work ## 2.5 - Check your work