Replies: 1 comment
-
I think this question is for HPA and not specific to Argo Rollouts In general though, the whole point of having HPA is to automatically scale without human intervention. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am currently using HPA to configure autoscaling as explained in official docs.
My question is whether it is possible to increase the values of
minReplicas
andmax Replicas
at scheduled time like CronJob so that the server can withstand an expected CPU spike. According to the discussion, Rollouts supports external metrics but I simply want to upscale pods based on the time.I am new to k8s and Argo Rollouts so any help would be much appreciated.
Example HPA Setting
Beta Was this translation helpful? Give feedback.
All reactions