Deleting and adding subnet from an aws eks cluster

0

How do I delete a subnet in an eks cluster using the command: aws eks.......

I need to delete the cluster subnet: subnet-0b0c38aacba4f47d2

And add the subnet to the cluster: subnet-093c61d66a8293e85

2 Antworten
1

Hello,

It is currently not possible to add/delete your subnets that are registered with your EKS cluster. There is an open feature request for this use-case and the EKS team is currently working on it.

Please be advised that you can run worker nodes in any subnets of your VPC, they do not have to be the same ones registered with your EKS cluster. Please refer EKS subnet considerations for more info.

Thank you!

profile pictureAWS
SUPPORT-TECHNIKER
beantwortet vor einem Jahr
0

Hello,

Here is a good news. Amazon EKS now allows modification of cluster subnets and security groups. (see What's new) You can now add or delete subnets from your EKS cluster.

Please note that the subnets passed through an update API call must comprise the same set of AZs as originally passed when creating the cluster.

Best,

Young

AWS
SUPPORT-TECHNIKER
Young_H
beantwortet vor 5 Monaten

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen