-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
[tempo-distributed] Add required name label to ingesters #3315
[tempo-distributed] Add required name label to ingesters #3315
Conversation
Signed-off-by: Alexander Soelberg Heidarsson <[email protected]>
@alex5517 is this PR intended for rollout-operator helm charts ? |
Signed-off-by: Alexander Soelberg Heidarsson <[email protected]>
Sorry if the PR was a bit slim on information... The PR is for the Tempo-Distributed chart. "Recently" the chart got support for deploying the the Tempo ingesters with zone awareness and to manage these new statefulsets it leverage the Grafana Rollout-Operator, but this is not working since the resulting pods from the statefulsets does not have the currently required |
Signed-off-by: Alexander Soelberg Heidarsson <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@alex5517 If I didn't get it wrong the scope of this change is to include Like the ingester pods below right ?
|
Yes that is correct, it is the same that is done with the Mimir-distributed chart. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks for the contribution @alex5517, keep them coming!
name
label is required on pods that should be managed by the rollout-operator this pr ensure that it is added.grafana/rollout-operator#15