Add autoscaler image note (#804)

This commit is contained in:
pollfly 2024-03-21 11:02:34 +02:00 committed by GitHub
parent 54be47cf7c
commit d03927e71c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 0 deletions

View File

@ -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) * 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 to launch this resource in
* AMI ID - The AWS AMI to launch * 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 * 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 * Monitored Queue - Queue associated with this instance type. The tasks enqueued to this queue will be executed on
instances of this type instances of this type

View File

@ -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 * 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 * 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 * 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) * Disc Size (in GB) (optional)
* \+ Add Item - Define another resource type * \+ 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"`). * **Global Metadata** (optional) - GCP Metadata to be applied on all instances. Input comma separated key=value pairs (e.g. `"Owner=Admin,Foo=Bar"`).