This repository has been archived by the owner on Mar 2, 2024. It is now read-only.
Research upgrade failing due to SecurityGroup used by old node #1038
Labels
bug
Something isn't working
Description
When attempting to upgrade EKS to 1.21 recently, the following happened:
Cause
eksctl was unable to delete the stack used to create the nodegroups for EKS 1.20. The reason is that the stack
refers to security groups that are being used. The security groups in question are RDSPostgresIncoming and
RDSPostgresOutgoing.
Comments
My first thought was that, either we must deattach security groups before attempting to upgrade, and reattach
them afterwards, or we should research if we should be attaching the postgres security groups to something
else in EKS than the nodegroups that is more stable, and do not need deattaching when upgradring.
However, there are yet some things I don't understand with this issue:
with the same message for another team?
To do
The text was updated successfully, but these errors were encountered: