kxr / o-must-gather

oc like tool that works with must-gather rather than OpenShift API
GNU General Public License v3.0
161 stars 73 forks source link

Introduce to OLM resources #57

Closed mtulio closed 3 years ago

mtulio commented 3 years ago

Introducing to OLM RD:

OLM inspect is collected by default on MG since 4.7, there is a issue and PR opened to port it to 4.6.

Steps to test

$ omg get csv -A |wc -l 316

$ oc get csv -A |wc -l 316

$ omg get ip -A |wc -l 12

$ oc get ip -A |wc -l 12

$ omg get subs -A |wc -l 11

$ oc get subs -A |wc -l 11

$ omg get catsrc -A |wc -l 5

$ oc get catsrc -A |wc -l 5

$ oc get og -A |wc -l 11

$ omg get og -A |wc -l 11

mtulio commented 3 years ago

@kxr could you please take a look?