Commit 7d5ed539 authored by Brendan Burns's avatar Brendan Burns

Merge pull request #1952 from brendandburns/fix

Fix GCE since KUBE_ADMIN_TOKEN is never set,
parents 0e8804ee 86e67c0f
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment