robinovitch61 / wander

A terminal app/TUI for HashiCorp Nomad
MIT License
442 stars 17 forks source link

[feat] Add nomad system garbage collection #135

Closed cshintov closed 8 months ago

cshintov commented 8 months ago

nomad-gc-wander.webm

robinovitch61 commented 8 months ago

Good proof of concept, but I don't think this should be added as-is. Many people won't want to garbage collect accidentally for one reason or another, and it doesn't really make sense to be able to do it from any page. It's also fairly easy to type nomad system gc from a terminal window outside wander. I'd like to hold off on this for now, maybe we can add it when we have node-specific pages.

robinovitch61 commented 8 months ago

Meta: my preference is to have discussions around features and design on issues rather than in pull requests. If you find yourself writing code implementing something that there's not yet an issue for, please open an issue for it :)