From 6d01c61167bc47640e7c21c5a4473ae00ab66b44 Mon Sep 17 00:00:00 2001 From: bw2 Date: Wed, 16 May 2018 15:05:44 -0400 Subject: [PATCH] same fix applied to 2nd context target --- cluster/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/Makefile b/cluster/Makefile index e89e6d6fd..7567638e7 100644 --- a/cluster/Makefile +++ b/cluster/Makefile @@ -34,7 +34,7 @@ context: --cluster $(GKE_CLUSTER_NAME) \ --user $(GKE_CLUSTER_NAME) \ --namespace $(CLUSTER_NAMESPACE) - kubectl config use-context $(CLUSTER_NAME) + kubectl config use-context gke_$(GCLOUD_PROJECT)_$(GCLOUD_ZONE)_$(CLUSTER_NAME) dataproc-no-vep: ../hail-db-utils/create_cluster_without_VEP.py \