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

Support for single MachineConfig and Ignition files #51

Open pbertera opened 3 years ago

pbertera commented 3 years ago

I find myself many times working on MachineConfig files or Ignition files extracted directly from the cluster of the MachineServer, without a full must-gather. For that reason I created a script where 99% of the code comes from this project.

@kxr If you like the idea I'll work on a PR to have omg working on MC files directly without requiring a must-gather bundle.

kxr commented 3 years ago

@pbertera yes, I agree, I do that too and I am convinced that feature should be there. I already have coded the poc for this. I am currently working on some code restructuring (with this feature in mind) and hopefully this will land soon.

kxr commented 3 years ago

45 is also requesting the same feature (requester used configmap as typo, they actually mean machine confing)

pbertera commented 3 years ago

Great!, please let me know if I can help with that