Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

--watch flag for 'cluster delete' #213

Closed
paulbsch opened this issue Sep 15, 2018 · 3 comments
Closed

--watch flag for 'cluster delete' #213

paulbsch opened this issue Sep 15, 2018 · 3 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed kind/feature New feature or request

Comments

@paulbsch
Copy link
Contributor

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?

@richardcase
Copy link
Contributor

@paulbsch - sounds like a reasonable idea for delete. I wonder of --wait may be better?

@richardcase richardcase added kind/feature New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Sep 17, 2018
@paulbsch
Copy link
Contributor Author

@richardcase I'm indifferent as to what the flag is called. Whatever works.

@Lazyshot
Copy link

--wait was added in #262

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed kind/feature New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants