Skip to content

Instantly share code, notes, and snippets.

@gliush
Created May 15, 2019 10:13
Show Gist options
  • Save gliush/563c553a500e0ca207d7eff0c93a3278 to your computer and use it in GitHub Desktop.
Save gliush/563c553a500e0ca207d7eff0c93a3278 to your computer and use it in GitHub Desktop.
ScaleUpLimit = max(ScaleUpLimitMinimum, ScaleUpLimitFactor * currentReplicas)
NextReplicas = min(ScaleUpLimit, DesiredReplicas)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment