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

Rename Design Doc: Horizontal Autoscaling to Design Doc: Elastic Deep… #492

Merged
merged 1 commit into from
Nov 12, 2017
Merged
Changes from all commits
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
10 changes: 5 additions & 5 deletions doc/autoscale/README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Design Doc: Horizontal Autoscaling
# Design Doc: Elastic Deep Learning

## Background

A PaddlePaddle training job contains several trainer instances,
several parameter server instances, and one master instance. We would
like to automatically scale the number of training instances and the
number of parameter server instances to fully utilize the cluster's
computation resources.
computation resources. We call this Elastic Deep Learning.

Currently, we will only support horizontal trainer
autoscaling. Parameter server horizontal autoscaling will be supported
in the near future. This design doc considers both of them.
Currently, we will only support trainer autoscaling. Parameter server
autoscaling will be supported in the near future. This design doc
considers both of them.

[Horizontal Pod Autoscaling (HPA)](https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/) is
an autoscaling solution provided by Kuberentes, but it's not suitable
Expand Down