Can I disable HPA while the argo rollout is progressing? #3925
Unanswered
sungho-rpls
asked this question in
Q&A
Replies: 1 comment 2 replies
-
If you are doing blue/green deployment use the If you are doing canary deployments use Would that work for you? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
HPA scales out replicas in my environment because of high CPU usage while the argo rollout progresses. High CPU usage for startup time is acceptable for me, but too many replicas by HPA cause problems with latency, resource usage, and database connections. Is it possible to disable HPA scaling when the argo rollout is progressing?
Beta Was this translation helpful? Give feedback.
All reactions