浏览代码

Fix Extender's instruction.

Kharkunov Eugene 8 月之前
父节点
当前提交
57d8b9b3b6
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      docs/en/manuals/extender-local-setup.md
  2. 1 1
      docs/ru/manuals/extender-local-setup.md

+ 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.
 
    ```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`.
 

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

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