commitdev / zero-aws-eks-stack

zero module for a basic AWS kubernetes stack on EKS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Changing instance types in an existing node group causes an error

bmonkman opened this issue · comments

Changing instance types in an existing node group causes a full recreate which then fails because the node group already exists..
Needs some more investigation and unfortunately it's probably tied to the behaviour of the third-party EKS module we're using. Hopefully it's something they have fixed but maybe at least there's an issue in their github.

Fixed as part of #206