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

Update prombench/benchmark manifests #727

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

Vandit1604
Copy link
Contributor

In this PR, I have

  • updated the version of grafana/promtail to 3.0.0
  • updated deprecated configurations of promtail

Copy link
Member

@bboreham bboreham left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems plausible.

@bboreham
Copy link
Member

Why do we have two configmaps for promtail that look very similar?

@bboreham
Copy link
Member

Why is it running 3 promtails? This seems unnecessary.

@Vandit1604
Copy link
Contributor Author

This one is to get the logs from each node via tha daemonset https://github.com/prometheus/test-infra/blob/master/prombench/manifests/cluster-infra/6d_promtail_daemon_set.yaml#L34

This promtail has two deployments because for when testing PR and One for testing against a Release. Is there a way to have this deployment conditonally?

https://github.com/prometheus/test-infra/blob/master/prombench/manifests/prombench/benchmark/3c_promtail-bench_deployment.yaml#L169-L179

@bboreham
Copy link
Member

The DaemonSet only runs on one node, due to https://github.com/prometheus/test-infra/blob/master/prombench/manifests/cluster-infra/6d_promtail_daemon_set.yaml#L124

It’s unnecessary to have all this complication; I’ll fix it.

@bboreham
Copy link
Member

Cleanup is in #749. Currently running that config here

BTW the newest promtail appears to be 3.2.0.

@Vandit1604
Copy link
Contributor Author

BTW the newest promtail appears to be 3.2.0.

I'll update it to the latest.

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

Successfully merging this pull request may close these issues.

2 participants