mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-08-01 16:34:01 +03:00
update docs
This commit is contained in:
@@ -611,14 +611,14 @@ gcloud compute addresses list
|
|||||||
|
|
||||||
```
|
```
|
||||||
NAME REGION ADDRESS STATUS
|
NAME REGION ADDRESS STATUS
|
||||||
kubernetes us-central1 146.148.34.151 RESERVED
|
kubernetes us-central1 104.197.132.159 RESERVED
|
||||||
```
|
```
|
||||||
|
|
||||||
```
|
```
|
||||||
gcloud compute forwarding-rules create kubernetes-rule \
|
gcloud compute forwarding-rules create kubernetes-rule \
|
||||||
--region us-central1 \
|
--region us-central1 \
|
||||||
--ports 6443 \
|
--ports 6443 \
|
||||||
--address 146.148.34.151 \
|
--address 104.197.132.159 \
|
||||||
--target-pool kubernetes-pool
|
--target-pool kubernetes-pool
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user