mirror of
https://github.com/clearml/clearml-docs
synced 2025-06-26 18:17:44 +00:00
Edit app instance configuration section (#908)
This commit is contained in:
@@ -21,23 +21,22 @@ 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
|
||||
When configuring a new GCP Autoscaler instance, you can start from scratch or reuse an existing configuration.
|
||||
When configuring a new GCP Autoscaler instance, you can fill in the required parameters or reuse the configuration of
|
||||
a previously launched instance.
|
||||
|
||||
Launch an app instance with the configuration of a previously launched instance using one of the following options:
|
||||
* Cloning a previously launched app instance will open the launch wizard with the original instance's configuration
|
||||
prefilled.
|
||||
* Importing an app configuration file. You can export an existing app instance's configuration as a JSON file when
|
||||
viewing its configuration.
|
||||
* Cloning a previously launched app instance will open the instance launch form with the original instance's
|
||||
configuration prefilled.
|
||||
* Importing an app configuration file. You can export the configuration of a previously launched instance as a JSON file
|
||||
when viewing its configuration.
|
||||
|
||||
The prefilled configuration wizard can be edited before launching the new app instance.
|
||||
The prefilled instance launch form can be edited before starting the new app instance.
|
||||
|
||||
To configure a new app instance:
|
||||
* Click `Launch New` <img src="/docs/latest/icons/ico-add.svg" alt="Add new" className="icon size-md space-sm" /> to
|
||||
open the app's configuration wizard
|
||||
* Fill in the configuration details listed below
|
||||
To configure a new app instance, click `Launch New` <img src="/docs/latest/icons/ico-add.svg" alt="Add new" className="icon size-md space-sm" />
|
||||
to open the app's instance launch form.
|
||||
|
||||
### Configuration Options
|
||||
* **Import Configuration** - Import an app instance configuration file. This will fill the configuration wizard with the
|
||||
* **Import Configuration** - Import an app instance configuration file. This will fill the instance launch form with the
|
||||
values from the file, which can be modified before launching the app instance
|
||||
* **GCP Configuration**
|
||||
* GCP Project ID - Project used for spinning up VM instances
|
||||
@@ -101,7 +100,7 @@ open the app's configuration wizard
|
||||
* **Export Configuration** - Export the app instance configuration as a JSON file, which you can later import to create
|
||||
a new instance with the same configuration
|
||||
|
||||

|
||||

|
||||
|
||||
<a id="configuration_vault"/>
|
||||
|
||||
@@ -195,11 +194,11 @@ account to configure the autoscaler app:
|
||||
|
||||

|
||||
|
||||
1. Go to the GCP Autoscaler wizard **>** open the **GCP Configuration** panel **>** click *Edit* in the
|
||||
1. Go to the GCP Autoscaler instance launch form **>** open the **GCP Configuration** panel **>** click *Edit* in the
|
||||
**GCP Credentials** field.
|
||||
|
||||

|
||||
|
||||
Paste the contents of the JSON file from the previous step into the **GCP Credentials** popup.
|
||||
|
||||

|
||||

|
||||
|
||||
Reference in New Issue
Block a user