mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-07-27 14:13:53 +03:00
clean up docs
This commit is contained in:
@@ -33,8 +33,6 @@ 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
|
||||
@@ -49,8 +47,6 @@ gcloud compute networks subnets create kubernetes \
|
||||
--region us-central1
|
||||
```
|
||||
|
||||
Output:
|
||||
|
||||
```
|
||||
NAME REGION NETWORK RANGE
|
||||
kubernetes us-central1 kubernetes 10.240.0.0/24
|
||||
|
Reference in New Issue
Block a user