Skip to content

Commit

Permalink
updated operator README to include instructions for running the ARO o…
Browse files Browse the repository at this point in the history
…perator locally for a private cluster (#2045)
  • Loading branch information
rolandmkunkel authored Apr 8, 2022
1 parent 4dbe573 commit 2c2c257
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pkg/operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2c2c257

Please sign in to comment.