Revert "Make gce's kubeconfig context include the gce project"

This commit is contained in:
Zach Loafman 2015-02-12 17:01:06 -08:00
parent ae92274e8d
commit e2ec52bfdf

View File

@ -508,7 +508,7 @@ function kube-up {
local kube_auth="kubernetes_auth"
local kubectl="${KUBE_ROOT}/cluster/kubectl.sh"
local context="${PROJECT}-${INSTANCE_PREFIX}"
local context="${INSTANCE_PREFIX}"
local user="${INSTANCE_PREFIX}-admin"
local config_dir="${HOME}/.kube/${context}"