mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 15:05:27 +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",
|
"Password": "$KUBE_PASSWORD",
|
||||||
"CAFile": "$HOME/$ca_cert",
|
"CAFile": "$HOME/$ca_cert",
|
||||||
"CertFile": "$HOME/$kube_cert",
|
"CertFile": "$HOME/$kube_cert",
|
||||||
"KeyFile": "$HOME/$kube_key",
|
"KeyFile": "$HOME/$kube_key"
|
||||||
"BearerToken": "$KUBE_ADMIN_TOKEN"
|
|
||||||
}
|
}
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user