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

Helm <> Jsonnet Differences: Environment Vars #2213

Open
2 tasks
Logiraptor opened this issue Jun 23, 2022 · 1 comment
Open
2 tasks

Helm <> Jsonnet Differences: Environment Vars #2213

Logiraptor opened this issue Jun 23, 2022 · 1 comment

Comments

@Logiraptor
Copy link
Contributor

Found during #2067

Environment vars

  • Jsonnet sets POD_IP on the alertmanager
  • Jsonnet sets JAEGER_REPORTER_MAX_QUEUE_SIZE on the querier
@pracucci
Copy link
Collaborator

Jsonnet sets POD_IP on the alertmanager

This is coming from grafana/cortex-jsonnet#394. The POD_IP environement variable was used to set -alertmanager.cluster.listen-address, but we're not using it anymore (that config option doesn't even exist anymore in Mimir). I think we should remove POD_IP from Jsonnet.

@stevesg @gotjosh Any objection?

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

No branches or pull requests

2 participants