siderolabs / omni

SaaS-simple deployment of Kubernetes - on your own hardware.
Other
437 stars 22 forks source link

fix: start watch before delete in `omnictl delete` #182

Closed utkuozdemir closed 3 months ago

utkuozdemir commented 3 months ago

Start the watch before sending the destroy call to not miss events.

Add support for passing more than a single resource to the call, e.g., omnictl delete link link-1 link-2 link-3.

Additionally, bring back the "WatchKind" behavior when --all or --selector is used, or when the number of resources to be deleted is above a certain size.

utkuozdemir commented 3 months ago

/m

utkuozdemir commented 3 months ago

/m