We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It seems ArgoCD doesn't ignore the sorting of metrics in HPAs:
Unfortunately, it's being rendered by a 3rd party Helm chart (https://artifacthub.io/packages/helm/ingress-nginx/ingress-nginx), so the resource is always out of sync.
To reproduce, these are the values:
controller: autoscaling: enabled: true minReplicas: 5 maxReplicas: 15 targetCPUUtilizationPercentage: 50 targetMemoryUtilizationPercentage: 50 autoscalingTemplate: - type: Pods pods: metric: name: prometheus.googleapis.com|nginx_ingress_controller_nginx_process_connections|gauge selector: matchLabels: metric.labels.controller_namespace: nginx target: type: AverageValue averageValue: 5000
The text was updated successfully, but these errors were encountered:
Seems like a dup #7846
Sorry, something went wrong.
Not exactly, because here it’s about the HPA and #7846 talks about resources in deployments.
It is definitely the same problem but depending on how the fix looks like, it might be worth it to keep this one open.
Dup #1079
@shinebayar-g seems that way. Closing because #1079 provides a resolution.
No branches or pull requests
It seems ArgoCD doesn't ignore the sorting of metrics in HPAs:
Unfortunately, it's being rendered by a 3rd party Helm chart (https://artifacthub.io/packages/helm/ingress-nginx/ingress-nginx), so the resource is always out of sync.
To reproduce, these are the values:
The text was updated successfully, but these errors were encountered: