Eksctl: Import an existing EKS cluster

Created on 20 May 2019  ·  6Comments  ·  Source: weaveworks/eksctl

Why do you want this feature?
As a user who has created an eks cluster via the AWS Console, I would like to be able manage the cluster via eksctl.

What feature/behavior/change do you want?
Ability to manage clusters not created by eksctl to manage upgrades of control plane, worker nodes management via yaml, and addons.

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".

closewontfix kinfeature

Most helpful comment

All 6 comments

Hi @bnutt! Thanks for proposing this, however I must say that it would be fundamentally quite difficult for us to implement this, because most of the functionality eksctl provides is tied into how cluster is setup and relies on CloudFormation. Essentially, we would have to reimplement a lot of the functionality.

Thanks @errordeveloper , completely makes sense, I will close this out then. My motivation for this was to be able to manage the worker nodes via yaml, but I will find another solution.

If you create a cluster with eksctl, you should be able to do that and more :)

@infa-ddeore Until EKS is officially supported in CloudFormation, may need to write a custom resource and use it to import existing EKS cluster and return its attributes so that other resources can refer to them

Was this page helpful?
0 / 5 - 0 ratings