Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[kubernetes] Add extra pod config for Gateway services #274

Open
jhamman opened this issue Jun 10, 2020 · 2 comments
Open

[kubernetes] Add extra pod config for Gateway services #274

jhamman opened this issue Jun 10, 2020 · 2 comments
Labels

Comments

@jhamman
Copy link
Member

jhamman commented Jun 10, 2020

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

@gforsyth
Copy link
Contributor

Hey @jhamman -- for the core services, does it make sense to edit the helm chart directly?

@jcrist jcrist mentioned this issue Jul 15, 2020
@consideRatio
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants