Skip to content

Commit 05f5420

Browse files
authored
Merge pull request #143 from mtakane/exercise1-step4-update
Exercise1 step4 update LGTM
2 parents b78aa8c + 04d305f commit 05f5420

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/1-the-manual-menace/2-argocd.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,15 +98,15 @@ When something is seen as not matching the required state in Git, an application
9898
⛷️ <b>NOTE</b> ⛷️ - It's also worth noting we're allowing ArgoCD to run in a fairly permissive mode for these exercise, it can pull charts from anywhere. If you're interested in securing ArgoCD a bit more, checkout the <span style="color:blue;"><a href="/#/1-the-manual-menace/666-here-be-dragons?id=here-be-dragons">here-be-dragons</a></span> exercise at the end of this lab.
9999
</p>
100100
101-
3. If we check in OpenShift we should see the Operator pod coming to life and (eventually) the argocd-server, dex and other pods spin up.
101+
3. If we check in OpenShift we should see the Operator pod coming to life and (eventually) the argocd-server, dex and other pods spin up. To do this, we are going to run a command with a 'watch' flag to continuousy monitor pod creation.
102102
103103
```bash
104104
oc get pods -w -n ${TEAM_NAME}-ci-cd
105105
```
106106
107107
![argocd-pods](images/argocd-pods.png)
108108
109-
*You can do Control+C to break the 'watch' mode*
109+
*You must do Control+C to break the 'watch' mode to continue to the next step. Once all your pods are running*
110110
111111
4. When all the pods are up and running, we can login to the UI of ArgoCD. Get the route and open it in a new browser tab.
112112

0 commit comments

Comments
 (0)