mirror of https://github.com/k3s-io/k3s
fix #7921
parent
051288c4ee
commit
78386e48ad
|
@ -109,7 +109,7 @@ if [[ "$KUBERNETES_PROVIDER" == "gke" ]]; then
|
|||
# in a separate location. If the file doesn't exist, then use
|
||||
# the default kubeconfig file.
|
||||
# TODO(roberthbailey): Remove this once gcloud 0.9.59 is released.
|
||||
if [[ ! -e "${HOME}/.config/gcloud/kubernetes/kubeconfig" ]]; then
|
||||
if [[ -e "${HOME}/.config/gcloud/kubernetes/kubeconfig" ]]; then
|
||||
config+=(
|
||||
"--kubeconfig=${HOME}/.config/gcloud/kubernetes/kubeconfig"
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue