mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-09-17 01:20:41 +03:00
Fixed ssh port/ip in nsg
This commit is contained in:
@@ -26,7 +26,7 @@ workersDnsLabel="the-hard-way"
|
||||
#storage account used by jumpbox + controllers + Etcd VMs
|
||||
controlPlaneStorageAccount="thehardwaycsa"
|
||||
|
||||
#storage account used by workers
|
||||
#storage account used by workers VMs
|
||||
workersStorageAccount="thehardwaywsa"
|
||||
|
||||
# all vms are using ubunut 16.4 LTS
|
||||
@@ -72,7 +72,7 @@ azure network nsg rule create \
|
||||
--name allow-ssh-jumpbox \
|
||||
--protocol tcp \
|
||||
--access allow \
|
||||
--destination-address-prefix 10.0.0.4/32 \
|
||||
--destination-address-prefix 10.0.0.5/32 \
|
||||
--destination-port-range 22 \
|
||||
--priority 100 \
|
||||
--direction inbound
|
||||
|
Reference in New Issue
Block a user