Skip to content

Editing ScaledObject on Workload in Production #6334

Discussion options

You must be logged in to vote

The proposal is later changed to a fallback behavior:

fallback:
    failureThreshold: 3
    replicas: 10
    behavior: <options>

Where the options are now:

behavior: “useCurrentReplicasAsMinimum”

or

behavior: “static”

So, it is a minimum. If the fallback.replicas is higher, that number will be used.
This is only useful if you want to make sure that it never scales down. So it either stays the same (current replicas) or higher (fallback replicas).

What might also be important in this discussion, but only as an addition as root cause to the initial problem.
As I see it, is that corradomatt's adjustment immediately puts it in the doFallbackScaling. At this piece of code, he immediately fal…

Replies: 1 comment 11 replies

Comment options

You must be logged in to vote
11 replies
@rickbrouwer
Comment options

@rickbrouwer
Comment options

@JorTurFer
Comment options

@rickbrouwer
Comment options

Answer selected by zroubalik
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants