feat(ingress): add frontend-nlb-attribtues annotation for ingress#4380
Conversation
|
Hi @swarner1033. 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. DetailsInstructions 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-sigs/prow repository. |
c732db8 to
bc73b9c
Compare
|
I know it says XL but I've really just abstracted out a some functionality so that I can reuse it. Haven't actually made an XL change. |
bc73b9c to
dd0a310
Compare
|
Now that its the new year it would be great to get this merged @oliviassss @wweiwei-li @M00nF1sh @zac-nixon I could move the abstraction so that the bot would grade it as a smaller change but I believe this would be a worse solution as it would result in two pieces of similar code to maintain. |
|
/ok-to-test |
| - enable access log to s3 | ||
| ``` | ||
| service.beta.kubernetes.io/aws-load-balancer-attributes: access_logs.s3.enabled=true,access_logs.s3.bucket=my-access-log-bucket,access_logs.s3.prefix=my-app | ||
| alb.ingress.kubernetes.io/aws-load-balancer-attributes: access_logs.s3.enabled=true,access_logs.s3.bucket=my-access-log-bucket,access_logs.s3.prefix=my-app |
There was a problem hiding this comment.
You are still referring to ingress specific annotations alb.ingress.kubernetes.io/aws-load-balancer-attributes instead of frontend-nlb-attributes annotations. alb.ingress.kubernetes.io/frontend-nlb-attributes. The example should reflect how to set attributes on your frontend NLB.
|
@shraddhabang thanks for your feedback. Was there anything else or are we good to merge? |
|
Anyone else have the time to approve? Doc feedback has been fixed |
|
/lgtm |
|
/ok-to-test |
|
/lgtm |
|
/Approved |
|
[APPROVALNOTIFIER] This PR is APPROVED Approval requirements bypassed by manually added approval. This pull-request has been approved by: swarner1033 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Issue
#4333
Description
frontend-nlb-attributesannotation to enable you to set deletion protection, cross zone load balancing ectmakeAttributesSliceFromMap()also used in model build load balancer into the shared packages.Checklist
README.md, or thedocsdirectory)BONUS POINTS checklist: complete for good vibes and maybe prizes?! 🤯