Merge pull request #1952 from brendandburns/fix

Fix GCE since KUBE_ADMIN_TOKEN is never set,
This commit is contained in:
Brendan Burns 2014-10-21 21:22:18 -07:00
commit 7d5ed53958

View File

@ -410,8 +410,7 @@ function kube-up {
"Password": "$KUBE_PASSWORD",
"CAFile": "$HOME/$ca_cert",
"CertFile": "$HOME/$kube_cert",
"KeyFile": "$HOME/$kube_key",
"BearerToken": "$KUBE_ADMIN_TOKEN"
"KeyFile": "$HOME/$kube_key"
}
EOF