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

Update cluster using CLI #323

Closed
roeera opened this issue Nov 26, 2018 · 4 comments
Closed

Update cluster using CLI #323

roeera opened this issue Nov 26, 2018 · 4 comments

Comments

@roeera
Copy link

roeera commented Nov 26, 2018

Hi,

First nice Job, I came from Kops which do a very good job. (Although it would be nice to replace cloudformation with tf of something else)

One thing that I missing here is the option to update cluster, let's say that I would like to update instances type, or update ssh key for all at once. It would be nice if that could work.
Let me know what is the best option to update configs.

Best.

@michelzanini
Copy link

I would like to know that one as well 👍

@kingdonb
Copy link

So there are two parts to this, one is upgrading the control plane (easy since https://aws.amazon.com/blogs/compute/making-cluster-updates-easy-with-amazon-eks/) and the other is upgrading the worker nodes which looks a bit more complicated:

https://docs.aws.amazon.com/eks/latest/userguide/update-workers.html

given that you have to choose between migrating to a new worker node group, or upgrading in-place. This still looks like news to me, the last time I checked there was only one option, and that was migrating your workloads to a new worker group.

Does anyone have this on a roadmap?

@kingdonb
Copy link

This seems to be a dupe of #348 or #357

@errordeveloper
Copy link
Contributor

errordeveloper commented Mar 1, 2019

Thanks folks, we are working on cluster version upgrades (see #596). Other config change will come soon. Regarding nodegroup updates, we have #100 and #443, also #596 should provide more context.

This seems to be a dupe of #348 or #357

@kingdonb sort of, but not exactly, as @roeera mentioned things other then version.

Although it would be nice to replace cloudformation with tf of something else

@roeera would you mind to explain why? Perhaps open another issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants