Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mrobson committed Jan 9, 2025
1 parent 7e14cce commit 7b8d138
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion content/modules/ROOT/pages/module-02.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions content/modules/ROOT/pages/module-03.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion content/modules/ROOT/pages/module-04.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7b8d138

Please sign in to comment.