Merge pull request #4337 from jlowdermilk/kubeconfig

Make gce's kubeconfig context include the gce project
pull/6/head
Satnam Singh 2015-02-12 15:22:26 -08:00
commit edea91e519
1 changed files with 1 additions and 1 deletions

View File

@ -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}"