Skip to content

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

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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