Skip to content

Commit

Permalink
terratest-pipeline fix #5
Browse files Browse the repository at this point in the history
  • Loading branch information
kuritka committed Nov 6, 2020
1 parent d14a923 commit 58e8a30
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,10 @@ deploy-full-terratest-setup:
docker push localhost:5000/k8gb:v`$(call git-last-commit-hash)`
K8GB_IMAGE_REPO=localhost:5000/k8gb
sed -i "s/$(VERSION)/`$(call git-last-commit-hash)`/g" chart/k8gb/Chart.yaml
# NODE_ROLE: control-plane
# $(call deploy-local-cluster,$(CLUSTER_GSLB1),$(CLUSTER_GSLB2),control-plane,)
# $(call deploy-local-cluster,$(CLUSTER_GSLB2),$(CLUSTER_GSLB1),control-plane,$(HELM_ARGS))

$(call deploy-local-cluster,$(CLUSTER_GSLB1),$(CLUSTER_GSLB2),control-plane,)
$(call deploy-local-cluster,$(CLUSTER_GSLB2),$(CLUSTER_GSLB1),control-plane,$(HELM_ARGS))

kubectl get pods -A
kubectl config use-context kind-$(CLUSTER_GSLB1)
kubectl get pods -A
Expand Down

0 comments on commit 58e8a30

Please sign in to comment.