diff --git a/docs/en/manuals/extender-local-setup.md b/docs/en/manuals/extender-local-setup.md index 06ba9759..d6c04ffa 100644 --- a/docs/en/manuals/extender-local-setup.md +++ b/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`. diff --git a/docs/ru/manuals/extender-local-setup.md b/docs/ru/manuals/extender-local-setup.md index 307df73c..5c64e7df 100644 --- a/docs/ru/manuals/extender-local-setup.md +++ b/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