mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 14:07:14 +00:00
fix #7921
This commit is contained in:
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
|
# in a separate location. If the file doesn't exist, then use
|
||||||
# the default kubeconfig file.
|
# the default kubeconfig file.
|
||||||
# TODO(roberthbailey): Remove this once gcloud 0.9.59 is released.
|
# 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+=(
|
config+=(
|
||||||
"--kubeconfig=${HOME}/.config/gcloud/kubernetes/kubeconfig"
|
"--kubeconfig=${HOME}/.config/gcloud/kubernetes/kubeconfig"
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user