You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is currently possible to add arbitrary kubernetes configuration to the scheduler and worker objects via extraPodConfig. Is there a way to do this for the core Gateway services (api, controller, proxy)?
There is traefik.service.spec, but there isn't one for gateway.service.spec. There are only the traefik and api services though, the controller doesn't expose itself via a service.
Action point
Decide if the point below is an acceptable implementation or not
Add gateway.service.spec mirroring how its done at traefik.service.spec, that augments the spec of the k8s Service rather than merge it - something that would require a major cluttering of the Helm templates.
It is currently possible to add arbitrary kubernetes configuration to the scheduler and worker objects via
extraPodConfig
. Is there a way to do this for the core Gateway services (api, controller, proxy)?cc @TomAugspurger
The text was updated successfully, but these errors were encountered: