Skip to content

Unable to enable the push.disable-consistency-check flag #594

@vi4vikas

Description

@vi4vikas

I am deploying PGW v1.5.1 using the helm chart v2.2.0. I can see the flag set up to be false but as I put

  extraArgs:
   - --push.disable-consistency-check=true

in my value.yaml file, the pod breaks as it fails to create the container. But with other flags like:

   - --persistence.file=/data/pushgateway.data
   - --persistence.interval=10m

it shows no issues. I tried

  extraArgs:
   - --no-push.disable-consistency-check

that makes the pod stable and PGW comes up fine but I cannot see the flag changes in UI

Am I missing something?

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