Confirm when each exercise is finished.

This commit is contained in:
2023-12-07 11:43:21 +13:00
parent ed62fc36e3
commit 3e2fc9b371
6 changed files with 8 additions and 1 deletions

View File

@ -88,3 +88,5 @@ After the build has completed and successfully:
- The ReplicaSet will detect no Pods are running and will cause one to be deployed, as our default replica count is just 1.
To conclude, when issuing the `oc get pods` command, you will see that the build **Pod** has finished (exited) and that an application **Pod** is in a ready and running state.
Well done, you've finished exercise 6! 🎉