mirror of
https://github.com/clearml/clearml-docs
synced 2025-04-04 13:23:13 +00:00
Add links to autoscaler overview (#552)
This commit is contained in:
parent
756f9b2361
commit
e7ca3daf01
@ -17,6 +17,8 @@ based on a specified maximum idle time, or spins up new instances when there are
|
||||
queue (until reaching the defined maximum number of instances). You can add an init script, which will be executed when
|
||||
each instance is spun up.
|
||||
|
||||
For more information about how autoscalers work, see [Autoscalers Overview](../../cloud_autoscaling/autoscaling_overview.md#autoscaler-applications).
|
||||
|
||||
## Autoscaler Instance Configuration
|
||||
* **Import Configuration** - Import an app instance configuration file. This will fill the configuration wizard with the
|
||||
values from the file, which can be modified before launching the app instance
|
||||
|
@ -18,6 +18,8 @@ based on a specified maximum idle time, or spins up new VM instances when there
|
||||
in a queue (until reaching the defined maximum number of instances). You can add an init script, which will be executed
|
||||
when each VM instance is spun up.
|
||||
|
||||
For more information about how autoscalers work, see [Autoscalers Overview](../../cloud_autoscaling/autoscaling_overview.md#autoscaler-applications).
|
||||
|
||||
## Autoscaler Instance Configuration
|
||||
* **Import Configuration** - Import an app instance configuration file. This will fill the configuration wizard with the
|
||||
values from the file, which can be modified before launching the app instance
|
||||
|
@ -13,6 +13,8 @@ a user defined resource budget: define your budget by specifying the GPU type an
|
||||
Each application instance monitors a ClearML queue: new cloud machines are spun up if there are pending jobs on the
|
||||
queue. The app instance automatically terminates idle machines based on a specified maximum idle time.
|
||||
|
||||
For more information about how autoscalers work, see [Autoscalers Overview](../../cloud_autoscaling/autoscaling_overview.md#autoscaler-applications).
|
||||
|
||||
## GPU Compute Instance Configuration
|
||||
* **Import Configuration** - Import an app instance configuration file. This will fill the configuration wizard with the
|
||||
values from the file, which can be modified before launching the app instance
|
||||
|
Loading…
Reference in New Issue
Block a user