Skip to content

Commit

Permalink
module 1
Browse files Browse the repository at this point in the history
  • Loading branch information
mrobson committed Nov 20, 2024
1 parent c212f52 commit 3b3fc78
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 4 deletions.
11 changes: 9 additions & 2 deletions content/modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
* xref:module-01.adoc[1. How to use omc]
** xref:module-01.adoc#omcintro[It's just like oc, but on a must-gather!]
* xref:module-01.adoc[1. Tools of the trade]
** xref:module-01.adoc#intro[Tools we will use]
*** xref:module-01.adoc#omcintro[omc - It's just like oc, but on a must-gather!]
*** xref:module-01.adoc#kcdevtoolintro[kubectl-dev_tool - Inspect your audit logs with ease]
*** xref:module-01.adoc#koffintro[koff - Read objects from the etcd snapshot]
*** xref:module-01.adoc#yqjqintro[yq and jq - Process and parse yaml and json]
*** xref:module-01.adoc#gronintro[gron - Making JSON greppable]
*** xref:module-01.adoc#etcddiagintro[etcd-ocp-diag - Find etcd issue in your must-gather]
*** xref:module-01.adoc#ocpinsightsintro[ocp_insights - Parse and view your Insights data from the Insights Operator]
* xref:module-02.adoc[2. vSphere IPI - I can not scale up any new nodes]
** xref:module-02.adoc#checknodes[Check the nodes and the machines]
Expand Down
47 changes: 45 additions & 2 deletions content/modules/ROOT/pages/module-01.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,48 @@
= How to use omc
= Tools of the trade

There are many tools available to speed up debugging, issue resolution and problem identification when analyzing an issue with your OpenShift cluster.


[#intro]
== Tools we will use

During this lab, we will run through a number of exercises that show the power and effective use of the following 7 tools.

[#omcintro]
== It's just like oc, but on a must-gather!
=== `omc`

It's just like `oc`, but on a `must-gather`!


[#kcdevtoolintro]
=== `kubectl-dev_tool`

Inspect your `audit logs` with ease


[#koffintro]
=== `koff`

Read objects from the `etcd` snapshot

[#yqjqintro]
=== `yq` and `jq`

Process and parse `YAML` and `JSON`

[#gronintro]
=== `gron`

Making `JSON` greppable


[#etcddiagintro]
=== `etcd-ocp-diag`

Find `etcd` issue in your `must-gather`


[#ocpinsightsintro]
=== `ocp_insights`

Parse and view your `Insights` data from the `Insights Operator`

0 comments on commit 3b3fc78

Please sign in to comment.