--watch flag for 'cluster delete' #213
Labels
good first issue
Good for newcomers
help wanted
Extra attention is needed
kind/feature
New feature or request
Why do you want this feature?
It would be helpful to be able see/monitor the results of 'cluster delete' on the command line.
What feature/behavior/change do you want?
Currently, 'cluster delete' immediately exits after sending the delete commands upstream. I'm proposing a --watch flag that could be set to true/false. Then eksctl could be directed to watch/monitor the cluster deletion until it finishes/fails.
Currently, the default behavior on cluster creation is essentially "--watch=true". It might also make sense to make "--watch=true" the default on delete?
The text was updated successfully, but these errors were encountered: