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