Update 01-infrastructure-gcp.md, fix #153
parent
980059abab
commit
8ce3a545c4
|
@ -49,6 +49,7 @@ Create a subnet for the Kubernetes cluster:
|
||||||
gcloud compute networks subnets create kubernetes \
|
gcloud compute networks subnets create kubernetes \
|
||||||
--network kubernetes-the-hard-way \
|
--network kubernetes-the-hard-way \
|
||||||
--range 10.240.0.0/24
|
--range 10.240.0.0/24
|
||||||
|
--region us-central1
|
||||||
```
|
```
|
||||||
|
|
||||||
### Create Firewall Rules
|
### Create Firewall Rules
|
||||||
|
|
Loading…
Reference in New Issue