Skip to content

Commit

Permalink
same fix applied to 2nd context target
Browse files Browse the repository at this point in the history
  • Loading branch information
bw2 committed Jun 22, 2018
1 parent 7b8657c commit 6d01c61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 6d01c61

Please sign in to comment.