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

fix(argo-cd): Add required label for CLI on redis-ha-haproxy pod #2627

Merged
merged 1 commit into from
Apr 4, 2024

Conversation

mkilchhofer
Copy link
Member

@mkilchhofer mkilchhofer commented Apr 4, 2024

Fixes #2621

Details:

$ argocd admin cluster stats -h
Prints information cluster statistics and inferred shard number

Usage:
  argocd admin cluster stats [flags]

Examples:

#Display stats and shards for clusters
argocd admin cluster stats

#Display Cluster Statistics for a Specific Shard
argocd admin cluster stats --shard=1

#In a multi-cluster environment to print stats for a specific cluster say(target-cluster)
argocd admin cluster stats target-cluster

Flags:
      -- ...

Global Flags:
      ...
      --redis-haproxy-name string       Name of the Redis HA Proxy; set this or the ARGOCD_REDIS_HAPROXY_NAME environment variable when the HA Proxy's name label differs from the default, for example when installing via the Helm chart (default "argocd-redis-ha-haproxy")
      --redis-name string               Name of the Redis deployment; set this or the ARGOCD_REDIS_NAME environment variable when the Redis's name label differs from the default, for example when installing via the Helm chart (default "argocd-redis")
      ...

Checklist:

  • I have bumped the chart version according to versioning
  • I have updated the documentation according to documentation
  • I have updated the chart changelog with all the changes that come with this pull request according to changelog.
  • Any new values are backwards compatible and/or have sensible default.
  • I have signed off all my commits as required by DCO.
  • My build is green (troubleshooting builds).

Signed-off-by: Marco Maurer <mkilchhofer@users.noreply.github.com>
@tico24 tico24 merged commit 1a5bded into main Apr 4, 2024
8 checks passed
@tico24 tico24 deleted the bugfix/issue_2621 branch April 4, 2024 18:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

dandydeveloper/redis-ha does not add expected labels that argocd cli expects to exist
3 participants