eksctl-io / eksctl

The official CLI for Amazon EKS
https://eksctl.io
Other
4.9k stars 1.41k forks source link

`eksctl create nodegroup` on an outdated cluster stack template fails if subnets are missing #7720

Open cPu1 opened 5 months ago

cPu1 commented 5 months ago

Part of https://github.com/eksctl-io/eksctl/pull/7714, when creating a nodegroup whose cluster's stack template is missing resources added since eksctl last updated the template, eksctl will attempt to update the cluster's stack to add missing resources. However, if the cluster's stack has subnets (and other resources) that no longer exist (e.g., if they were deleted outside eksctl), the CloudFormation stack update will fail.

However, very few users would run into this issue as the cluster's stack template has not been updated in a long time.

github-actions[bot] commented 4 months ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.