clean up docs

pull/13/head
Kelsey Hightower 2016-07-08 17:46:16 -07:00
parent f862a7c865
commit 8382283407
1 changed files with 1 additions and 1 deletions

View File

@ -42,8 +42,8 @@ The following commands will build up the default kubeconfig file used by kubectl
```
kubectl config set-cluster kubernetes-the-hard-way \
--embed-certs=true \
--certificate-authority=ca.pem \
--embed-certs=true \
--server=https://${KUBERNETES_PUBLIC_IP_ADDRESS}:6443
```