You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 3, 2020. It is now read-only.
In case uptime and downtime overlap this line will evaluate to is_uptime = false resulting in the replica sets to be scaled down.
I wonder if this is excepted/wanted behavior. In case of doubt (e.g. conflicing configuration) I'd rather keep a replica set up and running instead of shutting it down :)
The text was updated successfully, but these errors were encountered:
Maybe we could introduce an Apache-style (order deny,allow) flag that controls if uptime or downtime has a higher priority for overlapping configurations, defaulting to downtime having a higher priority for backwards-compatibility.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
kube-downscaler/kube_downscaler/scaler.py
Line 53 in 1d5da01
In case uptime and downtime overlap this line will evaluate to
is_uptime = false
resulting in the replica sets to be scaled down.I wonder if this is excepted/wanted behavior. In case of doubt (e.g. conflicing configuration) I'd rather keep a replica set up and running instead of shutting it down :)
The text was updated successfully, but these errors were encountered: