mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-09-18 01:50:40 +03:00
Review updates and fixes
This commit is contained in:
@@ -666,6 +666,8 @@ info: vm list command OK
|
||||
|
||||
## 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
|
||||
|
||||
```
|
||||
|
@@ -355,6 +355,6 @@ azure network lb rule create \
|
||||
--frontend-port 6443 \
|
||||
--backend-port 6443 \
|
||||
--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
|
||||
```
|
@@ -121,7 +121,7 @@ azure network lb rule create \
|
||||
--frontend-port $NODE_PORT \
|
||||
--backend-port $NODE_PORT \
|
||||
--frontend-ip-name the-hard-way-fe \
|
||||
--backend-address-pool-name backend-pool\
|
||||
--backend-address-pool-name backend-pool \
|
||||
--probe-name nginx-app-health
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user