Browse Source

Fix Extender's instruction.

Kharkunov Eugene 8 months ago
parent
commit
57d8b9b3b6

+ 1 - 1
docs/en/manuals/extender-local-setup.md

@@ -24,7 +24,7 @@ Once you have the above mentioned software installed follow these steps to insta
 1. __Authorize to Google Cloud and create Application default credentials__ - You need to have a Google account when downloading the Docker container images so that we can monitor and ensure fair use of the public container registry and temporarily suspend accounts which download images excessively.
 1. __Authorize to Google Cloud and create Application default credentials__ - You need to have a Google account when downloading the Docker container images so that we can monitor and ensure fair use of the public container registry and temporarily suspend accounts which download images excessively.
 
 
    ```sh
    ```sh
-   gcloud auth application-default login
+   gcloud auth login
    ```
    ```
 2. __Configure Docker to use Artifact registries__ - Docker needs to be configured to use `gcloud` as a credential helper when downloading container images from the public container registry at `europe-west1-docker.pkg.dev`.
 2. __Configure Docker to use Artifact registries__ - Docker needs to be configured to use `gcloud` as a credential helper when downloading container images from the public container registry at `europe-west1-docker.pkg.dev`.
 
 

+ 1 - 1
docs/ru/manuals/extender-local-setup.md

@@ -19,7 +19,7 @@ brief: Руководство описывает как установить и
 **Примечание для пользователей Windows**: используйте git bash для выполнения команд описанных ниже.
 **Примечание для пользователей Windows**: используйте git bash для выполнения команд описанных ниже.
 1. Авторизуемся в Google Cloud и создаем учетные данные приложения по умолчанию (Application default credentials/ADC)
 1. Авторизуемся в Google Cloud и создаем учетные данные приложения по умолчанию (Application default credentials/ADC)
    ```sh
    ```sh
-   gcloud auth application-default login
+   gcloud auth login
    ```
    ```
 2. Конфигурируем Docker для использования реестра Артефактов
 2. Конфигурируем Docker для использования реестра Артефактов
    ```sh
    ```sh