mirror of
https://github.com/clearml/clearml-docs
synced 2025-01-31 06:27:22 +00:00
Add autoscaler image note (#804)
This commit is contained in:
parent
54be47cf7c
commit
d03927e71c
@ -49,6 +49,9 @@ For more information about how autoscalers work, see [Autoscalers Overview](../.
|
||||
* Availability Zone - The [EC2 availability zone](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html#Concepts.RegionsAndAvailabilityZones.AvailabilityZones)
|
||||
to launch this resource in
|
||||
* AMI ID - The AWS AMI to launch
|
||||
:::note AMI prerequisites
|
||||
The AMI used for the autoscaler must include docker runtime and virtualenv
|
||||
:::
|
||||
* Max Number of Instances - Maximum number of concurrent running instances of this type allowed
|
||||
* Monitored Queue - Queue associated with this instance type. The tasks enqueued to this queue will be executed on
|
||||
instances of this type
|
||||
|
@ -44,6 +44,9 @@ For more information about how autoscalers work, see [Autoscalers Overview](../.
|
||||
* Max Number of Instances - Maximum number of concurrent running VM instances of this type allowed
|
||||
* Monitored Queue - Queue associated with this VM instance type. The tasks enqueued to this queue will be executed on VM instances of this type
|
||||
* Machine Image (optional) - The GCP machine image to launch
|
||||
:::note
|
||||
The machine image used for the autoscaler must include docker runtime and virtualenv
|
||||
:::
|
||||
* Disc Size (in GB) (optional)
|
||||
* \+ Add Item - Define another resource type
|
||||
* **Global Metadata** (optional) - GCP Metadata to be applied on all instances. Input comma separated key=value pairs (e.g. `"Owner=Admin,Foo=Bar"`).
|
||||
|
Loading…
Reference in New Issue
Block a user