update docs

pull/4/head
Kelsey Hightower 2016-07-07 15:10:49 -07:00
parent 938b2c233f
commit a496e982f3
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ The following commands will build up the default kubeconfig file used by kubectl
kubectl config set-cluster kubernetes-the-hard-way \ kubectl config set-cluster kubernetes-the-hard-way \
--embed-certs=true \ --embed-certs=true \
--certificate-authority=ca.pem \ --certificate-authority=ca.pem \
--server=https://146.148.34.151:6443 --server=https://104.197.132.159:6443
``` ```
``` ```