Flesh out exercise 4 and add image.

This commit is contained in:
2024-04-14 15:58:28 +12:00
parent a238cf3a2f
commit 2e1a057483
4 changed files with 19 additions and 10 deletions

View File

@ -423,10 +423,19 @@ oc --namespace demotestwtf17 get VirtualMachineInstance fedora
#+end_src
** Exercise four - What about balancing vm workloads?
#+begin_src tmux
# Create required namespace
oc create namespace itsjustyaml
#+end_src
* Automated scenario cleanup
If you need to quickly reset an example environment to have no solutions populated you can use the following source blocks.
#+begin_src tmux
oc delete namespace --ignore-not-found crusty-corp demotestwtf17
oc delete namespace --ignore-not-found crusty-corp demotestwtf17 itsjustyaml
#+end_src