updated operator README to include instructions for running the ARO operator locally for a private cluster (#2045)

This commit is contained in:
Roland Kunkel 2022-04-08 17:58:33 +02:00 коммит произвёл GitHub
Родитель 4dbe573e02
Коммит 2c2c257b31
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 7 добавлений и 0 удалений

Просмотреть файл

@ -65,6 +65,13 @@ Make sure KUBECONFIG is set:
```sh
make admin.kubeconfig
export KUBECONFIG=$(pwd)/admin.kubeconfig
```
If you are using a private cluster, you need to connect to the respective VPN of your region. For example for eastus:
```sh
sudo openvpn --config secrets/vpn-eastus.ovpn
```
Then do:
```sh
oc scale -n openshift-azure-operator deployment/aro-operator-master --replicas=0
make generate
go run -tags aro ./cmd/aro operator master