mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2026-02-06 16:59:08 +00:00
clean up docs
This commit is contained in:
parent
124ab7bc2c
commit
b3af2d2e4c
@ -285,7 +285,7 @@ export KUBERNETES_PUBLIC_IP_ADDRESS=$(gcloud compute addresses describe kubernet
|
|||||||
|
|
||||||
```
|
```
|
||||||
gcloud compute forwarding-rules create kubernetes-rule \
|
gcloud compute forwarding-rules create kubernetes-rule \
|
||||||
|
--address ${KUBERNETES_PUBLIC_IP_ADDRESS} \
|
||||||
--ports 6443 \
|
--ports 6443 \
|
||||||
--address $KUBERNETES_PUBLIC_IP_ADDRESS \
|
|
||||||
--target-pool kubernetes-pool
|
--target-pool kubernetes-pool
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user