kubernaut
kubernaut copied to clipboard
lifecycle management scenarios
- ability to specify up front that a claim should automatically expire after a specified time would be handy for CI
- ability to "group" claims somehow and delete the whole group
-
Yea the expiration system needs to be implemented. I have wanted exactly what you described. Right now claims never expire at all and really there needs to be user-configurable ones as well system-imposed ones.
-
The UX for this could be better, but some combination of
kubernaut claims list,grepandkubernaut claims delete <claim names...>can handle this if you use a common naming strategy.
Good point on (2), I hadn't thought about that.
FYI, the main context for this is that I want to have an idiot proof way to avoid "leaking" resources from CI. My strategy for doing that right now works, but I wouldn't call it idiot proof.