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

eksctl update cluster to create the cluster automatically if not created #1163

Closed
neelakansha85 opened this issue Aug 19, 2019 · 2 comments
Closed
Labels
kind/feature New feature or request

Comments

@neelakansha85
Copy link

Why do you want this feature?
It would be nice if eksctl update cluster -f <path-to-config-file> can automatically create the cluster if it is not created earlier. It does already thrown an error currently and knows that there is not cluster present with the given name. It helps with automation scripts used to create/manage the cluster config.

This behavior is similar to many other tools such as kubectl when trying to apply certain changes to the config files.

What feature/behavior/change do you want?
Changing default behavior of eksctl update to create the cluster if not present. If for some reason everyone doesn't feel like making this as a default behavior for update atleast enabling an optional parameter such as --force or --create-if-not-present or something similar should be helpful.

Do not hesitate, when appropriate, to share the exact commands or API you would like, and/or to share a diagram (e.g.: asciiflow.com): "a picture is worth a thousand words".

@neelakansha85 neelakansha85 added the kind/feature New feature or request label Aug 19, 2019
@neelakansha85
Copy link
Author

Seems like there is another open ticket covering this issue #19

@michaelbeaumont
Copy link
Contributor

Falls under #2774

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants