mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2026-02-05 00:09:08 +00:00
clean up docs
This commit is contained in:
parent
ac33a5e9b8
commit
246eaf35c0
@ -33,6 +33,8 @@ To make our Kubernetes control plane remotely accessible, a public IP address wi
|
||||
gcloud compute networks create kubernetes --mode custom
|
||||
```
|
||||
|
||||
Output:
|
||||
|
||||
```
|
||||
NAME MODE IPV4_RANGE GATEWAY_IPV4
|
||||
kubernetes custom
|
||||
@ -41,10 +43,12 @@ kubernetes custom
|
||||
```
|
||||
gcloud compute networks subnets create kubernetes \
|
||||
--network kubernetes \
|
||||
--region us-central1 \
|
||||
--range 10.240.0.0/24
|
||||
--range 10.240.0.0/24 \
|
||||
--region us-central1
|
||||
```
|
||||
|
||||
Output:
|
||||
|
||||
```
|
||||
NAME REGION NETWORK RANGE
|
||||
kubernetes us-central1 kubernetes 10.240.0.0/24
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user