Confirm when each exercise is finished.
This commit is contained in:
@ -188,3 +188,4 @@ That's a quick introduction to the `oc` command line utility. Let's close our we
|
|||||||
| *Closing your web terminal* |
|
| *Closing your web terminal* |
|
||||||
</Zoom>
|
</Zoom>
|
||||||
|
|
||||||
|
Well done, you've finished exercise 1! 🎉
|
||||||
|
|||||||
@ -128,3 +128,4 @@ How much cpu and memory is your ParksMap application currently using?
|
|||||||
| *Checking the ParksMap application resource usage* |
|
| *Checking the ParksMap application resource usage* |
|
||||||
</Zoom>
|
</Zoom>
|
||||||
|
|
||||||
|
Well done, you've finished exercise 2! 🎉
|
||||||
|
|||||||
@ -113,3 +113,5 @@ pod "parksmap-ff7477dc4-2nxd2" deleted
|
|||||||
If we now run `oc get pods` again we will see a new **Pod** has automatically been created by OpenShift to replace the one we fully deleted. This is because OpenShift is a container orchestration engine that will always try and enforce the desired state that we declare.
|
If we now run `oc get pods` again we will see a new **Pod** has automatically been created by OpenShift to replace the one we fully deleted. This is because OpenShift is a container orchestration engine that will always try and enforce the desired state that we declare.
|
||||||
|
|
||||||
In our ParksMap **Deployment** we have declared we always want two replicas of our application running at all times. Even if we (possibly accidentally) delete one, OpenShift will always attempt to self heal to return to our desired state.
|
In our ParksMap **Deployment** we have declared we always want two replicas of our application running at all times. Even if we (possibly accidentally) delete one, OpenShift will always attempt to self heal to return to our desired state.
|
||||||
|
|
||||||
|
Well done, you've finished exercise 3! 🎉
|
||||||
|
|||||||
@ -131,3 +131,4 @@ Enter the `gitea` confirmation at the prompt and click **Delete**. If you now re
|
|||||||
| *Deleting the gitea application helm release* |
|
| *Deleting the gitea application helm release* |
|
||||||
</Zoom>
|
</Zoom>
|
||||||
|
|
||||||
|
Well done, you've finished exercise 4! 🎉
|
||||||
|
|||||||
@ -135,5 +135,5 @@ Once the new tab opens we should be able to login to Grafana using the credentia
|
|||||||
| *Confirming the grafana route is working* |
|
| *Confirming the grafana route is working* |
|
||||||
</Zoom>
|
</Zoom>
|
||||||
|
|
||||||
|
Well done, you've finished exercise 5! 🎉
|
||||||
|
|
||||||
|
|||||||
@ -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.
|
- 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.
|
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! 🎉
|
||||||
|
|||||||
Reference in New Issue
Block a user