Assigned
Status Update
Comments
ba...@google.com <ba...@google.com>
ka...@google.com <ka...@google.com> #2
I had the same problem!
I could solve it by putting the .aidl file in an aidl directory.
Look at the attached screenshot to see the project structure.
I could solve it by putting the .aidl file in an aidl directory.
Look at the attached screenshot to see the project structure.
Description
Please describe your requested enhancement. Good feature requests will solve common problems or enable new use cases.
What you would like to accomplish: I have a wildcard cert on a global external load balancer, I'm using a cert-map to manage certificates, however if I want to add new domains to the cert map, I need to update the cert map outside of my k8s manifests.
How this might work: Create an operator that scrapes httproutes, services, and ingress objects for a specific annotation that references an existing cert map, for each DNS entry in the applicable object add the DNS entry to the list of hostnames in the cert map.
If applicable, reasons why alternative solutions are not sufficient:
It would just be really easy if we could manage the domains with the cert-map similar to how other GCP resources can be controlled through GKE
Other information (workarounds you have tried, documentation consulted, etc):