clean up docs

pull/13/head
Kelsey Hightower 2016-07-08 17:45:22 -07:00
parent e3ace33fba
commit f862a7c865
1 changed files with 2 additions and 1 deletions

View File

@ -23,7 +23,8 @@ sudo cp kubectl /usr/local/bin
In this section you will configure the kubectl client to point to the [Kubernetes API Server Frontend Load Balancer](docs/kubernetes-controller.md#setup-kubernetes-api-server-frontend-load-balancer).
```
export KUBERNETES_PUBLIC_IP_ADDRESS=$(gcloud compute addresses describe kubernetes --format 'value(address)')
export KUBERNETES_PUBLIC_IP_ADDRESS=$(gcloud compute addresses describe kubernetes \
--format 'value(address)')
```
Recall the token we setup for the admin user: