Is there a way to support multiply ingress classes in one cluster #96
Closed
raighne-datature
started this conversation in
General
Replies: 1 comment 2 replies
-
Good question. I think the best way to do this would to run two instances of KCert that run in parallel. This should be doable be telling each instance of KCert to only operate on ingresses with a certain label. I don't remember at the moment if this is configurable today. If it isn't, it should be a fairly simple fix. I think I could find time to catch on this and other things next month. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
let's say I have two ingress classes "kong" and "ingress" in my cluster. is there any way to support them both?
Ingress example 1:
Generated KCert-ingress:
Ingress example 2:
Generated KCert-ingress:
Beta Was this translation helpful? Give feedback.
All reactions