-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Docs: mention ACM in Certificate Discovery #4112
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
base: main
Are you sure you want to change the base?
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: sdarwin The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Hi @sdarwin. 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-sigs/prow repository. |
There is another topic that could be mentioned on this page also.
text -
|
I agree with your two points, that would be helpful to mention! We can work on updating those examples, or would you prefer to work off this PR? |
Hi @zac-nixon , If you will work on it, that's great. |
Hi,
This is both an Issue and an attempted Pull Request to solve the issue.
On the page "Certificate Discovery" https://kubernetes-sigs.github.io/aws-load-balancer-controller/latest/guide/ingress/cert_discovery/ , I was reading and wondered about where the discovered TLS certificates come from. Consider that the main kubernetes documentation about Ingress https://kubernetes.io/docs/concepts/services-networking/ingress/ includes a nearly identical spec:
Where do those TLS certs on the official page come from?
They are k8s Secrets, which are resources in the cluster, similar to ConfigMaps.
If this controller is doing something similar to the official Ingress spec, but "discovering" tls, perhaps that also means from k8s secrets.
"ACM" "AWS Certificate Manager" is referred to 0 times on the "Certificate Discovery" page.
All of this might lead one to think about "secrets" and not "ACM". Which is it? And so, the text update in this pull request.
Let me know, if it should to be edited/modified.