-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: ingress subnets annotation - clarify locale differences #3579
docs: ingress subnets annotation - clarify locale differences #3579
Conversation
Hi @alebedev87. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
4c06eb0
to
c4ed733
Compare
docs/guide/ingress/annotations.md
Outdated
You must specify at least two subnets in different AZs unless utilizing the outpost locale, in which case a single subnet suffices. Either subnetID or subnetName(Name tag on subnets) can be used. | ||
|
||
!!!note "" | ||
You must not mix subnets subnets from different locales: availability-zone, local-zone, wavelength-zone, outpost. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ALB does not support wavelength yet right?
https://docs.aws.amazon.com/elasticloadbalancing/latest/application/application-load-balancers.html#subnets-load-balancer
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You must not mix subnets subnets
duplicate subnets
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks like wavelength should also be supported in ALB: https://aws.amazon.com/blogs/compute/enabling-load-balancing-of-non-https-traffic-on-aws-wavelength/
thank you for pointing this out.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I saw the error about the mixed locales for regular + local zones and for regular + outposts. I just assumed it should be the same for wavelength.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You must not mix subnets subnets
duplicate subnets?
Fixed.
c4ed733
to
edaecde
Compare
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: alebedev87, oliviassss The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
the unit test has been failing since 2/8, need to investigate it. shouldn't be related to this PR. |
@oliviassss : the unit test failure seems to be related to go 1.22, see this go issue. I didn't manage to reproduce the failure with the latest go 1.21 though ( |
@alebedev87, I have the commit to fix the failure in unit test |
* fix log level in listener manager and tagging manager (#3573) * bump up controller-gen version and update manifests (#3580) * docs: ingress subnets annotation - clarify locale differences (#3579) * feat: allowed ACM cert discovery to filter on CA ARNs (#3565) (#3591) * Add example for NLB target-group-attributes to enable unhealthy target connection draining (#3577) * Add example annotation for NLB unhealthy target connection draining * Add emtpyline back in * fix: ca-filter causing expontentially more api-calls (#3608) due to missing cache * Repo controlled build go version (#3598) * update go version to mitigate CVE (#3615) * Adding support for Availability Zone Affinity (#3470) Fixes #3431 Signed-off-by: Alex Berger <[email protected]> * Update golang.org/protobuf version to fix CVE-2024-24786 (#3618) * Add a note to recommend to use compatible chart and image versions * Update golang.org/protobuf version to fix CVE-2024-24786 --------- Signed-off-by: Alex Berger <[email protected]> Co-authored-by: Olivia Song <[email protected]> Co-authored-by: Andrey Lebedev <[email protected]> Co-authored-by: Nathanael Liechti <[email protected]> Co-authored-by: Isaac Wilson <[email protected]> Co-authored-by: Nathanael Liechti <[email protected]> Co-authored-by: Jason Du <[email protected]> Co-authored-by: Hao Zhou <[email protected]> Co-authored-by: Alexander Berger <[email protected]>
Issue
N/A
Description
I noticed the special behavior of the controller when subnets from different locales are used. For instance:
Checklist
README.md
, or thedocs
directory)BONUS POINTS checklist: complete for good vibes and maybe prizes?! 🤯