Scaling modifiers to intervene CRON trigger #6530
Unanswered
paragbhingre
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi All,
I’m currently using CRON trigger to scale up and down my resources like given below. And I would like to use scaling modifiers such that if we are under CRON time schedule and cpu utilization is less than 75% then I want to the new desiredReplicas. Would that be possible? If yes, what formula I would need?
‘triggers: - metadata: Value: 75 metric type: Utilization name: metric_one type: cpu - metadata: desiredReplicas: 5 start: 10 10 * * * end: 10 12 * * * time zone: America/New_York name: metric_two type: CRON’
I’m new to building formulas in scalingmodifiers so tried couple of ways but didn’t work.
Thank you for your help in advanced.
Beta Was this translation helpful? Give feedback.
All reactions