diff --git a/content/modules/ROOT/pages/module-02.adoc b/content/modules/ROOT/pages/module-02.adoc index cd37f8f..d7935b1 100644 --- a/content/modules/ROOT/pages/module-02.adoc +++ b/content/modules/ROOT/pages/module-02.adoc @@ -28,7 +28,7 @@ cd ~/Module2/ [source,bash] ---- -$ omc use sno_demo +$ omc use module2-demo-must-gather Must-Gather : /home/lab-user/Module2/sno_demo/quay-io-openshift-release-dev-ocp-v4-0-art-dev-sha256-2de07af89683678ae6bb7a939615fc0d4ced7fe185add38b050f2c6f60023b6f Project : default ApiServerURL : https://api.cluster-6fmht.dynamic.redhatworkshops.io:6443 diff --git a/content/modules/ROOT/pages/module-03.adoc b/content/modules/ROOT/pages/module-03.adoc index 083cf4f..0881b32 100644 --- a/content/modules/ROOT/pages/module-03.adoc +++ b/content/modules/ROOT/pages/module-03.adoc @@ -20,9 +20,9 @@ We recently patched this cluster to from *4.14.27* to *4.14.37*. Previous scale- [#checknodes] == Check the `nodes` and the `machines` -. Change directory into the provided `must-gather` in the `Module1` folder +. Change directory into the provided `must-gather` in the `Module3` folder -. Using the `omc use` command, set the `Module1` `must-gather` to the current in use archive +. Using the `omc use` command, set the `Module3` `must-gather` to the current in use archive . Check the cluster `nodes` and cluster `machines` to verify the nodes do not exist and the machines do @@ -151,7 +151,7 @@ Collect the `kubelet` log from all workers: + ==== -Once you get that data back from the customer, let's review it. Change back to the Module1 root directory and review the file `ocp-node-zxc3456-journal.out` that was provided by the customer. +Once you get that data back from the customer, let's review it. Change back to the Module3 root directory and review the file `ocp-node-zxc3456-journal.out` that was provided by the customer. .Click to show some commands if you need a hint [%collapsible] diff --git a/content/modules/ROOT/pages/module-04.adoc b/content/modules/ROOT/pages/module-04.adoc index cc3b145..4da0345 100644 --- a/content/modules/ROOT/pages/module-04.adoc +++ b/content/modules/ROOT/pages/module-04.adoc @@ -50,7 +50,7 @@ When using the `-f` flag, you can pass a single file, as in the example, or the Let's run a command against the `kube-apiserver` and see what kind of information we get back. ---- -cd ~/Module4/data/tmp.nTGcWFOdf5/quay-io-openshift-release-dev-ocp-v4-0-art-dev-sha256-b9694710390d7e99f1c26959025d6399f6fb5e9809ae49a336a9a6b3dad1b565/audit_logs/ +cd ~/Module4/module4-must-gather-audit-log/data/tmp.nTGcWFOdf5/quay-io-openshift-release-dev-ocp-v4-0-art-dev-sha256-b9694710390d7e99f1c26959025d6399f6fb5e9809ae49a336a9a6b3dad1b565/ ---- Depending on the amount of data and the complexity of the search, it can take some time to process.