Edit app instance configuration section (#908)

This commit is contained in:
pollfly
2024-08-27 13:59:02 +03:00
committed by GitHub
parent 9231566533
commit 5951d744bf
11 changed files with 78 additions and 84 deletions

View File

@@ -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
![GCP autoscaler wizard](../../img/apps_gcp_autoscaler_wizard.png)
![GCP autoscaler instance launch form](../../img/apps_gcp_autoscaler_wizard.png)
<a id="configuration_vault"/>
@@ -195,11 +194,11 @@ account to configure the autoscaler app:
![GCP credential key creation](../../img/apps_gcp_autoscaler_credentials_6.png)
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.
![GCP credentials field](../../img/apps_gcp_autoscaler_credentials_6a.png)
Paste the contents of the JSON file from the previous step into the **GCP Credentials** popup.
![GCP credential wizard input](../../img/apps_gcp_autoscaler_credentials_7.png)
![GCP credential instance launch form input](../../img/apps_gcp_autoscaler_credentials_7.png)