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 回答
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
支持工程师
已回答 1 年前
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
支持工程师
Young_H
已回答 5 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则