Replies: 1 comment 20 replies
-
That's good input for #183 / @arschles @yaron2. I think the sweet spot here is being able to install dedicated interceptors with multi-tenant interceptor as default. This would allow you to have 1 KEDA HTTP installation, but tailored to your need since multiple installations won't work due to only-one-operator limitation. |
Beta Was this translation helpful? Give feedback.
20 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This issue (#36) has been closed but I don't see a way to currently add annotations to the interceptor service.
The specific use case we have is using autoneg-controller to add workload instances from multiple clusters as backends to a single Load Balancer. In GCP, this requires that the service (would be the interceptor service) has two annotations to create the Network Endpoint Group (NEG) and to associate that NEG with a Backend Service on the Load Balancer (not important what it does, just that we need annotations on the interceptor service).
Looks like #206 may complicate this, if there is only one service. We can't add the annotations to individual services any more for
autoneg-controller
to work in that case.Is the multi-tenant interceptor something that can be opted out of?
Beta Was this translation helpful? Give feedback.
All reactions