Skip to content

Commit 04d305f

Browse files
authored
Clarification of the oc get pod watch command
Many people may not understand what 'watch' mode means or that you need to do something to continue to the next step. Updated instructions to better clarify how the student must do the control-c in order to break the watch and continue to the next step.
1 parent 43daaeb commit 04d305f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 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
@@ -151,4 +151,4 @@ When something is seen as not matching the required state in Git, an application
151151
echo https://$(oc get route/our-todolist -n ${TEAM_NAME}-ci-cd --template='{{.spec.host}}')
152152
```
153153
154-
🪄🪄 Magic! You've now deployed ArgoCD and got it to manually deploy an application for you. Next up, we'll make ArgoCD do some *REAL* GitOps 🪄🪄
154+
🪄🪄 Magic! You've now deployed ArgoCD and got it to manually deploy an application for you. Next up, we'll make ArgoCD do some *REAL* GitOps 🪄🪄

0 commit comments

Comments
 (0)