mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-07-27 14:13:53 +03:00
Add missing backslash
This commit is contained in:

committed by
Kelsey Hightower

parent
8ce3a545c4
commit
0c37c60b72
@@ -48,7 +48,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
|
||||
--range 10.240.0.0/24 \
|
||||
--region us-central1
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user