Fixed path to token.csv

pull/46/head
Taariq Levack 2016-08-21 11:31:39 +02:00 committed by GitHub
parent cd019aa31a
commit 6fb371dca1
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ export KUBERNETES_PUBLIC_IP_ADDRESS=$(gcloud compute addresses describe kubernet
Recall the token we setup for the admin user: Recall the token we setup for the admin user:
``` ```
# /var/run/kubernetes/token.csv on the controller nodes # /var/lib/kubernetes/token.csv on the controller nodes
chAng3m3,admin,admin chAng3m3,admin,admin
``` ```