Merge pull request #4403 from GoogleCloudPlatform/revert-4337-kubeconfig

Revert "Make gce's kubeconfig context include the gce project"
This commit is contained in:
Zach Loafman 2015-02-12 17:03:54 -08:00
commit 4d141025da

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