eksctl icon indicating copy to clipboard operation
eksctl copied to clipboard

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

Open cPu1 opened this issue 10 months ago • 1 comments

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.

cPu1 avatar Apr 22 '24 16:04 cPu1

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.

github-actions[bot] avatar May 23 '24 01:05 github-actions[bot]