Skip to content
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.

Commit

Permalink
Update guide README and add additional autoscaler guide details.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrasell committed May 9, 2019
1 parent 4a44a99 commit 9219770
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/guides/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
# Sherpa Guides

Welcome to the Sherpa guides. The guides provide examples for common Sherpa workflows and actions for both users and operators of Nomad clusters running Sherpa.
2 changes: 1 addition & 1 deletion docs/guides/autoscaler.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# AutoScaler

Sherpa can run using an internal autoscaler which uses Nomad job resource utilization stats to determine whether a group should be scaled or not.
Sherpa can run using an internal autoscaler which uses Nomad job resource utilization stats to determine whether a group is eligible for scaling. The autoscaler will iterate stored policies, performing calculations to figure out each job group CPU and memory consummation. If consumption is above 80% or below 20%, Sherpa will request scaling of the job group as long as the scaling policies limits are not violated.

0 comments on commit 9219770

Please sign in to comment.