diff --git a/docs/webapp/applications/apps_aws_autoscaler.md b/docs/webapp/applications/apps_aws_autoscaler.md index 3ec2b9a9..961e4b75 100644 --- a/docs/webapp/applications/apps_aws_autoscaler.md +++ b/docs/webapp/applications/apps_aws_autoscaler.md @@ -67,6 +67,10 @@ For more information about how autoscalers work, see [Autoscalers Overview](../. * Arn - Amazon Resource Name specifying the instance profile * Name - Name identifying the instance profile * **Autoscaler Instance Name** (optional) - Name for the Autoscaler instance. This will appear in the instance list +* **Apply Task Owner Vault Configuration** - Select to apply values from the task owner's [ClearML vault](../webapp_profile.md#configuration-vault) when executing the task +* **Warn if more than one instance is executing the same task** - Select to print warning to console when multiple + instances are running the same task. In most cases, this indicates an issue. +* **Exclude .bashrc script** - Select in order to skip `.bashrc` script execution * **Init script** (optional) - A bash script to execute after launching the EC2 instance * **Additional ClearML Configuration** (optional) - A ClearML configuration file to use by the ClearML Agent when executing your experiments diff --git a/docs/webapp/applications/apps_gcp_autoscaler.md b/docs/webapp/applications/apps_gcp_autoscaler.md index f4b481c3..cc2d0acc 100644 --- a/docs/webapp/applications/apps_gcp_autoscaler.md +++ b/docs/webapp/applications/apps_gcp_autoscaler.md @@ -50,6 +50,10 @@ For more information about how autoscalers work, see [Autoscalers Overview](../. * **Max Idle Time** (optional) - Maximum time in minutes that a VM instance can be idle before the autoscaler spins it down * **Workers Prefix** (optional) - A Prefix added to workers’ names, associating them with this autoscaler * **Polling Interval** (optional) - Time period in minutes at which the designated queue is polled for new tasks +* **Apply Task Owner Vault Configuration** - Select to apply values from the task owner's [ClearML vault](../webapp_profile.md#configuration-vault) when executing the task +* **Warn if more than one instance is executing the same task** - Select to print warning to console when multiple + instances are running the same task. In most cases, this indicates an issue. +* **Exclude .bashrc script** - Select in order to skip `.bashrc` script execution * **Init Script** (optional) - A bash script to execute after launching the VM instance * **Additional ClearML Configuration** (optional) - A ClearML configuration file to use by the ClearML Agent when executing your experiments * **Export Configuration** - Export the app instance configuration as a JSON file, which you can later import to create