Handle unordered public endpoint CIDRs from EKS in endpoint updates#7483
Merged
yuxiang-zhang merged 1 commit intoeksctl-io:mainfrom Jan 19, 2024
Wyldern:public-endpoint-cidrs-unordered
Merged
Handle unordered public endpoint CIDRs from EKS in endpoint updates#7483yuxiang-zhang merged 1 commit intoeksctl-io:mainfrom Wyldern:public-endpoint-cidrs-unordered
yuxiang-zhang merged 1 commit intoeksctl-io:mainfrom
Wyldern:public-endpoint-cidrs-unordered
Conversation
Contributor
There was a problem hiding this comment.
Hello Emberwalker 👋 Thank you for opening a Pull Request in eksctl project. The team will review the Pull Request and aim to respond within 1-10 business days. Meanwhile, please read about the Contribution and Code of Conduct guidelines here. You can find out more information about eksctl on our website
a-hilaly
approved these changes
Jan 16, 2024
|
|
||
| "github.com/aws/aws-sdk-go-v2/aws" | ||
| "github.com/kris-nova/logger" | ||
| "k8s.io/apimachinery/pkg/util/sets" |
Member
There was a problem hiding this comment.
Nice, TIL about apimachinery string sets!
For some clusters, EKS can return the list of public endpoint CIDRs out of order, and won't allow updates where the incoming and current sets have set equality (i.e. regardless of order of CIDR entries). This change restores the set equality check that was removed in commit 72605fb and adds an additional test case to cover this case.
7 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
For some clusters, EKS can return the list of public endpoint CIDRs out of order, and won't allow updates where the incoming and current sets have set equality (i.e. regardless of order of CIDR entries). This change restores the set equality check that was removed in commit 72605fb and adds an additional test case to cover this case.
In our clusters, EKS always appears to return the CIDRs in a specific order, but not sorted - possibly due to the accumulation and removal of entries over time. Without this change, eksctl 0.167.0 will always attempt an update and get a 400 InvalidParameterException ("Cluster is already at the desired configuration with [...]") - with this applied, it correctly identifies no update is needed.
Checklist
README.md, or theuserdocsdirectory)area/nodegroup) and kind (e.g.kind/improvement)BONUS POINTS checklist: complete for good vibes and maybe prizes?! 🤯