Skip to content

Commit e121e47

Browse files
committed
Fix Extender's instruction.
1 parent a20dbb3 commit e121e47

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Once you have the above mentioned software installed follow these steps to insta
2424
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.
2525

2626
```sh
27-
gcloud auth application-default login
27+
gcloud auth login
2828
```
2929
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`.
3030

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ brief: Руководство описывает как установить и
1919
**Примечание для пользователей Windows**: используйте git bash для выполнения команд описанных ниже.
2020
1. Авторизуемся в Google Cloud и создаем учетные данные приложения по умолчанию (Application default credentials/ADC)
2121
```sh
22-
gcloud auth application-default login
22+
gcloud auth login
2323
```
2424
2. Конфигурируем Docker для использования реестра Артефактов
2525
```sh

0 commit comments

Comments
 (0)