From e2ec52bfdfea64c9319353b5da9856fa2399d894 Mon Sep 17 00:00:00 2001 From: Zach Loafman Date: Thu, 12 Feb 2015 17:01:06 -0800 Subject: [PATCH] Revert "Make gce's kubeconfig context include the gce project" --- cluster/gce/util.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/gce/util.sh b/cluster/gce/util.sh index 161e49206a9..a65676ba24c 100755 --- a/cluster/gce/util.sh +++ b/cluster/gce/util.sh @@ -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}"