Power up with omc: The OpenShift Must-Gather Client

If you are like me, developing code for OpenShift and reviewing logs daily – omc is for you.

omc is a tool engineers use to inspect resources from an OpenShift must-gather in the same way as they are retrieved with the oc command. It’s a game changer. You can see sophisticated examples at https://github.com/gmeghnag/omc?tab=readme-ov-file#examples

You can download the tool from github.com:

  1. Windows https://github.com/gmeghnag/omc/releases/download/v3.13.3/omc_Windows_x86_64.zip
  2. OSX ARM https://github.com/gmeghnag/omc/releases/download/v3.13.3/omc_Darwin_arm64
  3. OSX Intel https://github.com/gmeghnag/omc/releases/download/v3.13.3/omc_Darwin_x86_64
  4. Linux ppc64le https://github.com/gmeghnag/omc/releases/download/v3.13.3/omc_Linux_ppc64le.tar.gz

The reason this tool matters is you can use this as part of your development tools and I’ve started to see this as part of the tooling.

Credit to gmeghnag

Reference: https://access.redhat.com/solutions/6993921

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *