From 296ba5d887f33d865435e9d4d39d07eb5d22ba7b Mon Sep 17 00:00:00 2001 From: pollfly <75068813+pollfly@users.noreply.github.com> Date: Sun, 21 Jul 2024 15:24:11 +0300 Subject: [PATCH] Fix AWS autoscaler vault information (#881) * Add ClearML Server 1.14.1 release notes and update AMIs * Add SDK 1.14.4 release notes * Add ClearML Server 1.15.0 release notes and update AMIs * Add ClearML Server 1.15.0 release notes and update AMIs * small edits * add clearml 1.15.1 release notes * Remove GPU Compute * Remove GPU Compute * Clarify docker_args * Clarify docker_args * clarify docker-args * update clearml-session * Bump braces from 3.0.2 to 3.0.3 (#45) Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md) - [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3) --- updated-dependencies: - dependency-name: braces dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * update ws * remove gtm * Update AMIs * Small edits * small edits --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- docs/webapp/applications/apps_aws_autoscaler.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/webapp/applications/apps_aws_autoscaler.md b/docs/webapp/applications/apps_aws_autoscaler.md index 75e27d04..d8f0095f 100644 --- a/docs/webapp/applications/apps_aws_autoscaler.md +++ b/docs/webapp/applications/apps_aws_autoscaler.md @@ -108,10 +108,10 @@ You can utilize the [configuration vault](../../webapp/webapp_profile.md#configu the one set in the `Init script` field of the autoscaler wizard * `extra_clearml_conf` - ClearML configuration to use by the ClearML Agent when executing your experiments. This configuration will be appended to that set in the `Additional ClearML Configuration` field of the autoscaler wizard -* `files` - Files to create at designated paths with predefined content on the launched cloud instances. +* `files` - Files to create at designated paths with predefined content inside the container running the autoscaler. For more information, see [Files Section](../../configs/clearml_conf.md#files-section) -* `environment` - Dictionary of environment variables and values to set in the OS environment of the launched cloud -instances. For more information, see [Environment Section](../../configs/clearml_conf.md#environment-section) +* `environment` - Dictionary of environment variables and values to set in the OS environment of the container running +the autoscaler. For more information, see [Environment Section](../../configs/clearml_conf.md#environment-section) For example, the following configuration would be applied to all autoscaler instances: