Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP][DO NOT MERGE] Proposal: Auto-scaling #546

Closed
wants to merge 8 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
spelling correction and remove unnecessary line
  • Loading branch information
pweil- committed Dec 9, 2014
commit 217dc829ece855364e0e213fe9cee12e8151d537
3 changes: 1 addition & 2 deletions docs/autoscaling.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,6 @@ potentially piggyback on this registry.
}

1. The auto-scaler controller watches for new `AutoScaler` definitions and creates the resource
1. Periodically the auto-scaler loops through defined thresholds and determine of a threshold has been exceeded
1. The threshold compares the historical data and current data and determines if the app should be scaled
1. Periodically the auto-scaler loops through defined thresholds and determine if a threshold has been exceeded
1. If the app must be scaled the auto-scaler calls the `resize` endpoint for `myapp-replcontroller`