Skip to content

Commit e0bf675

Browse files
committed
Test 4
1 parent 55002de commit e0bf675

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

test/k8s-canaries/Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ ifndef CLUSTER_NAME
3636
@echo "CLUSTER_NAME variable must be provided for test/k8s-canaries/aws-eks"
3737
exit 1
3838
endif
39-
39+
@aws eks update-kubeconfig --region=$(AWS_REGION) --name $(CLUSTER_NAME)
4040
@cat ~/.kube/config@aws eks update-kubeconfig --region=$(AWS_REGION) --name $(CLUSTER_NAME)
4141
@aws eks list-clusters
4242
@aws-iam-authenticator help
43-
@kubectl config current-context
43+
@kubectl config current-contextzz
4444
@kubectl get nodes -v10
4545
@aws-iam-authenticator version
4646

@@ -65,3 +65,4 @@ endif
6565
--set global.cluster=$(CLUSTER_NAME) \
6666
--set agent-control-deployment.image.tag=$(IMAGE_TAG) \
6767
--set agent-control-deployment.podAnnotations.deploymentKey="${DEPLOYMENT_KEY}"
68+

0 commit comments

Comments
 (0)