mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Fix GCE since KUBE_ADMIN_TOKEN is never set, since get-admin-token is never called.
This commit is contained in:
parent
0e8804ee49
commit
86e67c0fe2
@ -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