Add missing backslash
parent
8ce3a545c4
commit
0c37c60b72
|
@ -48,7 +48,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
|
--region us-central1
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue