-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Closed
Description
Is there a comprehensive example of using the Kubernetes provider with ACME support?
It's really awesome that Traefik can be used as an ingress controller, but so far, what I can't get it to do is use ACME to request certificates for whatever hosts are named in my ingress resources. i.e. I still need to explicitly include the following in my toml:
[[acme.domains]]
main = "stilton.krancour.deis.ninja"
[[acme.domains]]
main = "cheddar.krancour.deis.ninja"
[[acme.domains]]
main = "wensleydale.krancour.deis.ninja"
Updating that configuration each time I add or modify ingresses doesn't seem ideal.
Can the ACME module work seamlessly with the k8s provider? Or is that not yet possible?