-
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
feat: NLB Certificate autodiscovery using ssl-domains annotations #3269
base: main
Are you sure you want to change the base?
feat: NLB Certificate autodiscovery using ssl-domains annotations #3269
Conversation
Welcome @Kavinraja-G! |
Hi @Kavinraja-G. 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. |
@M00nF1sh -- This is my first PR out in AWS LB controller, please do guide me if anything I had missed. QQ: I guess, we need to cover some tests around |
There's a |
/ok-to-test |
@johngmyers The Let me know if I'm missing any. Thanks! |
@k8s-ci-robot please refactor that so one passes a |
@johngmyers Thanks, I refactored the code to use CertDiscovery in this method, and now the tests are passing in my local. Let me know if anything I need to do from my side to trigger this |
@johngmyers Fixed the above suggestions on imports as well. Thanks! |
/lgtm |
@M00nF1sh Are we good with this PR ? Let me know if anything I had missed, thanks! |
/retest |
@johngmyers Any idea on why these workflows are failing? |
/retest |
@M00nF1sh Any updated on this PR? /remove-lifecycle stale |
@sergeyshevch @M00nF1sh ^^ Bumping again, thanks! |
@@ -13,42 +13,43 @@ | |||
These annotations are specific to the kubernetes [service resources reconciled](#lb-type) by the AWS Load Balancer Controller. Although the list was initially derived from the k8s in-tree `kube-controller-manager`, this | |||
documentation is not an accurate reference for the services reconciled by the in-tree controller. | |||
|
|||
| Name | Type | Default | Notes | |
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.
Nit: can we fix the formatting issue by only add a new line instead of change existing lines.
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.
Thanks a lot for the contribution, i think it's fine to merge this into main and do a appsec review in next minor release(i don't think there will be security concerns given we already have similar features in ingress)
@Kavinraja-G Kavinraja-GNit: we need to rebase and fix the formatting issue in the doc page
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Kavinraja-G, M00nF1sh 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 |
679f538
to
7c1b2f6
Compare
New changes are detected. LGTM label has been removed. |
7c1b2f6
to
a78c443
Compare
@Kavinraja-G: The following tests failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. 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-sigs/prow repository. I understand the commands that are listed here. |
The Kubernetes project currently lacks enough contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
@M00nF1sh Anything you need help on this PR? /remove-lifecycle stale |
@Kavinraja-G, @M00nF1sh can i help out here. I'm interested in this feature to be completed. |
This is almost done @PG2000 Need further comments from @M00nF1sh on what needs to be done here. |
Issue
#3210
Description
service.beta.kubernetes.io/aws-load-balancer-ssl-domains
which helps to reuse theCertificateDiscovery
implementation done for Ingress.Checklist
README.md
, or thedocs
directory)BONUS POINTS checklist: complete for good vibes and maybe prizes?! 🤯