finished chapter 11

This commit is contained in:
Xander Grzywinski
2019-05-28 10:41:25 -07:00
parent 0994ce64e3
commit afffdb09de
2 changed files with 12 additions and 20 deletions

View File

@@ -254,7 +254,8 @@ for i in 0 1 2; do
--network-security-group kubernetes-the-hard-way-nsg \
--public-ip worker-${i}-ip \
--private-ip-address 10.240.0.2${i} \
--ip-forwarding true
--ip-forwarding true \
--tags podCidr=10.200.${i}.0/24
done
```
```
@@ -269,7 +270,7 @@ for i in 0 1 2; do
--generate-ssh-keys \
--size Standard_B2s \
--data-disk-sizes-gb 200 \
--tags pod-cidr=10.200.${i}.0/24
--tags podCidr=10.200.${i}.0/24
done
```