-
Notifications
You must be signed in to change notification settings - Fork 11
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
Move "prometheus-federation" to use template configuration #101
Conversation
A couple small questions. Reviewed 60 of 62 files at r1. k8s/prometheus-federation/deployments/prometheus.yml, line 59 at r1 (raw file):
This might be a good time to go ahead and use the newer, GCD domains, no (e.g., status.stating.measurementlab.net)? Though I imagine it would require defining another variable in the per-project configs, or some way of variable manipulation like Ansible has with Jinja2. k8s/prometheus-federation/deployments/prometheus.yml, line 66 at r1 (raw file):
Question: The kexpand documentation indicates that Comments from Reviewable |
Review status: 45 of 46 files reviewed at latest revision, 2 unresolved discussions. k8s/prometheus-federation/deployments/prometheus.yml, line 59 at r1 (raw file): Previously, nkinkade wrote…
I would like to defer this to a future PR. k8s/prometheus-federation/deployments/prometheus.yml, line 66 at r1 (raw file): Previously, nkinkade wrote…
kexpand is supposed to implement a proposed template format that was never formally adopted by the kubernetes project. scraper and scraper-sync use the double Since there is no official standard outside of kexpand, I would would prefer to normalize on a single format. And, I also happen to like the double Also, using the double Comments from Reviewable |
Reviewed 2 of 62 files at r1. Comments from Reviewable |
This change update the prometheus-federation configuration to use templates.
This change removes the per-project prometheus-federation directories in favor of a single template directory. This change also adds three project template variable files.
This change is