Is there a way to change a scaling threshold during runtime from scaler code? #1229
Unanswered
spoplavskiy
asked this question in
General
Replies: 1 comment
-
I am not sure that you can do that, but what do you expect to happen? The reconciliation process always looks at the ScaledObject definition deployed in the cluster and get the values from there. So in case you are able somehow kick the reconciliation process from code, the treshold will be always taken from the ScaledObject spec.
|
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'm curios, can I somehow trigger a reconciling process for scaler from code, if I want to change a scaler threshold?
The scenarios could be:
Beta Was this translation helpful? Give feedback.
All reactions