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

Rollout Progress dashboard should use configured job names #419

Open
hooten opened this issue Nov 18, 2021 · 1 comment
Open

Rollout Progress dashboard should use configured job names #419

hooten opened this issue Nov 18, 2021 · 1 comment

Comments

@hooten
Copy link

hooten commented Nov 18, 2021

The Rollout Dashboard uses the default set of deployment/statefulset names:

all_services_regex: std.join('|', ['cortex-gw', 'distributor', 'ingester.*', 'query-frontend.*', 'query-scheduler.*', 'querier.*', 'compactor', 'store-gateway', 'ruler', 'alertmanager']),

It should use the configurable list of job names so that the dashboard works for deployments/statefulsets named differently. For example, if the user configured the job names as follows, these names should also be reflected in the all_services_regex in the rollout dashboard:

    job_names: {
      ingester: 'ingester-foo',
      distributor: 'distributor-bar',
      ...
    },
@fculpo
Copy link

fculpo commented Apr 29, 2022

👍

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

No branches or pull requests

2 participants