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
Next Next commit
add repl controller selector
  • Loading branch information
pweil- committed Dec 8, 2014
commit a9a278ce1b0f4ced581be5628e298d6b66536bb3
7 changes: 7 additions & 0 deletions docs/autoscaling.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,13 @@ Auto-scaling config parameters will be added to the `ReplicationController`
type ReplicationControllerState struct {
AutoScaleConfig
}

type Route struct {
.... fields omitted ....
//selector for the replication controller that controls the underlying endpoints for the service
//used for scaling the application up and down if auto-scaling is enabled.
ReplicationControllerName string
}

## Implementations

Expand Down