File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
docs/source/user-guide/deployment Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 2222Docker Compose is a convenient way to launch a cluster when testing locally.
2323
2424## Build Docker Images
25+
2526To create the required Docker images please refer to the [ docker deployment page] ( docker.md ) .
2627
2728## Start a Cluster
Original file line number Diff line number Diff line change @@ -247,8 +247,8 @@ kubectl delete -f cluster.yaml
247247
248248## Autoscaling Executors
249249
250- Ballista supports autoscaling for executors through [ Keda] ( http://keda.sh ) . Keda allows for the scaling of a
251- deployment through custom metrics which are exposed through the Ballista scheduler, and it
250+ Ballista supports autoscaling for executors through [ Keda] ( http://keda.sh ) . Keda allows for the scaling of a
251+ deployment through custom metrics which are exposed through the Ballista scheduler, and it
252252can even scale the number of executors down to 0 if there is no activity in the cluster.
253253
254254Keda can be installed in your kubernetes cluster through a single command line:
You can’t perform that action at this time.
0 commit comments