mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-07-27 22:23:54 +03:00
clean up docs
This commit is contained in:
@@ -285,7 +285,7 @@ export KUBERNETES_PUBLIC_IP_ADDRESS=$(gcloud compute addresses describe kubernet
|
||||
|
||||
```
|
||||
gcloud compute forwarding-rules create kubernetes-rule \
|
||||
--address ${KUBERNETES_PUBLIC_IP_ADDRESS} \
|
||||
--ports 6443 \
|
||||
--address $KUBERNETES_PUBLIC_IP_ADDRESS \
|
||||
--target-pool kubernetes-pool
|
||||
```
|
||||
|
Reference in New Issue
Block a user