Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Rollout Progress dashboard should use configured job namesΒ #419

@hooten

Description

@hooten

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',
      ...
    },

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions