You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Quite frequently I'm stopping a cluster to delete it after. So it'd be nice to have ability to stop a cluster and delete it in the same plan call. There are options:
Add delete=true parameter to the lima::cluster::stop plan
Add stop=true parameter to the lima::cluster::delete plan
Implement both options above
The text was updated successfully, but these errors were encountered:
To be consistent with stop => restart case I'd say it should be option (2). I.e. use stop=true parameter of the lima::cluster::delete plan. If one want to delete a cluster then calling the lima::cluster::delete plan sounds more logical.
Quite frequently I'm stopping a cluster to delete it after. So it'd be nice to have ability to stop a cluster and delete it in the same plan call. There are options:
delete=true
parameter to thelima::cluster::stop
planstop=true
parameter to thelima::cluster::delete
planThe text was updated successfully, but these errors were encountered: