mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 06:27:05 +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",
|
"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