mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 22:46:12 +00:00
Merge pull request #1952 from brendandburns/fix
Fix GCE since KUBE_ADMIN_TOKEN is never set,
This commit is contained in:
commit
7d5ed53958
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user