Clarify how to add GCP credentials to autoscaler (#485)

This commit is contained in:
pollfly 2023-02-21 12:59:29 +02:00 committed by GitHub
parent 646006ba4b
commit db692908ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

View File

@ -91,7 +91,7 @@ status.
![Autoscaler dashboard](../../img/app_aws_autoscaler.png)
The autoscaler dashboard shows:
* Number of idle Instances
* Number of idle instances
* Queues and the resource type associated with them
* Number of current running instances
* Console: the application log containing everything printed to stdout and stderr appears in the console log. The log

View File

@ -118,10 +118,15 @@ account to configure the autoscaler app:
![GCP credential keys](../../img/apps_gcp_autoscaler_credentials_5.png)
1. Click **ADD KEY** and create a key in JSON format
1. Click **ADD KEY** and create a key in JSON format. Copy the contents of the JSON file.
![GCP credential key creation](../../img/apps_gcp_autoscaler_credentials_6.png)
1. Copy the contents of the JSON file and paste them into the **GCP Credentials** field in the autoscaler's wizard.
1. Go to the GCP Autoscaler wizard **>** 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)