mirror of https://github.com/k3s-io/k3s
Merge pull request #4337 from jlowdermilk/kubeconfig
Make gce's kubeconfig context include the gce projectpull/6/head
commit
edea91e519
|
@ -508,7 +508,7 @@ function kube-up {
|
|||
local kube_auth="kubernetes_auth"
|
||||
|
||||
local kubectl="${KUBE_ROOT}/cluster/kubectl.sh"
|
||||
local context="${INSTANCE_PREFIX}"
|
||||
local context="${PROJECT}-${INSTANCE_PREFIX}"
|
||||
local user="${INSTANCE_PREFIX}-admin"
|
||||
local config_dir="${HOME}/.kube/${context}"
|
||||
|
||||
|
|
Loading…
Reference in New Issue