Skip to content

Commit

Permalink
Merge pull request kubernetes#4337 from jlowdermilk/kubeconfig
Browse files Browse the repository at this point in the history
Make gce's kubeconfig context include the gce project
  • Loading branch information
satnam6502 committed Feb 12, 2015
2 parents 4c49495 + 3da5d27 commit edea91e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster/gce/util.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"

Expand Down

0 comments on commit edea91e

Please sign in to comment.