You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🐛: securitygroup: fix comparison of ingress rules sets.
We are comparing sets that are not compatible, so rules will always be
revoked and authorized during reconciliation. We need to expand the
rules from the spec so there is one rule for each item in
cidrBlock/sourceSecurityGroupIds.
0 commit comments