From e7ca3daf01dfc66a58a7ec946a90132b81157c51 Mon Sep 17 00:00:00 2001 From: pollfly <75068813+pollfly@users.noreply.github.com> Date: Sun, 7 May 2023 12:41:43 +0300 Subject: [PATCH] Add links to autoscaler overview (#552) --- docs/webapp/applications/apps_aws_autoscaler.md | 2 ++ docs/webapp/applications/apps_gcp_autoscaler.md | 2 ++ docs/webapp/applications/apps_gpu_compute.md | 2 ++ 3 files changed, 6 insertions(+) diff --git a/docs/webapp/applications/apps_aws_autoscaler.md b/docs/webapp/applications/apps_aws_autoscaler.md index 44f94a3b..05c21feb 100644 --- a/docs/webapp/applications/apps_aws_autoscaler.md +++ b/docs/webapp/applications/apps_aws_autoscaler.md @@ -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 diff --git a/docs/webapp/applications/apps_gcp_autoscaler.md b/docs/webapp/applications/apps_gcp_autoscaler.md index b52e6e9c..4f794f59 100644 --- a/docs/webapp/applications/apps_gcp_autoscaler.md +++ b/docs/webapp/applications/apps_gcp_autoscaler.md @@ -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 diff --git a/docs/webapp/applications/apps_gpu_compute.md b/docs/webapp/applications/apps_gpu_compute.md index 438b94d1..f3cc502d 100644 --- a/docs/webapp/applications/apps_gpu_compute.md +++ b/docs/webapp/applications/apps_gpu_compute.md @@ -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