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 Risposte
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
TECNICO DI SUPPORTO
con risposta un anno fa
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
TECNICO DI SUPPORTO
Young_H
con risposta 4 mesi fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande