Review updates and fixes
parent
b2a2826fdd
commit
9fd42fe1b6
|
@ -666,6 +666,8 @@ info: vm list command OK
|
||||||
|
|
||||||
## Using The Jumpbox
|
## Using The Jumpbox
|
||||||
|
|
||||||
|
> The Jumpbox does not have Azure CLI installed. All further Azure CLI commands should be executed on a machine with CLI installed & configured.
|
||||||
|
|
||||||
### Connect to Jumpbox
|
### Connect to Jumpbox
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
|
@ -355,6 +355,6 @@ azure network lb rule create \
|
||||||
--frontend-port 6443 \
|
--frontend-port 6443 \
|
||||||
--backend-port 6443 \
|
--backend-port 6443 \
|
||||||
--frontend-ip-name the-hard-way-cfe \
|
--frontend-ip-name the-hard-way-cfe \
|
||||||
--backend-address-pool-name backend-pool\
|
--backend-address-pool-name backend-pool \
|
||||||
--probe-name controller-api-server-health
|
--probe-name controller-api-server-health
|
||||||
```
|
```
|
|
@ -121,7 +121,7 @@ azure network lb rule create \
|
||||||
--frontend-port $NODE_PORT \
|
--frontend-port $NODE_PORT \
|
||||||
--backend-port $NODE_PORT \
|
--backend-port $NODE_PORT \
|
||||||
--frontend-ip-name the-hard-way-fe \
|
--frontend-ip-name the-hard-way-fe \
|
||||||
--backend-address-pool-name backend-pool\
|
--backend-address-pool-name backend-pool \
|
||||||
--probe-name nginx-app-health
|
--probe-name nginx-app-health
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue