We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55002de commit e0bf675Copy full SHA for e0bf675
test/k8s-canaries/Makefile
@@ -36,11 +36,11 @@ ifndef CLUSTER_NAME
36
@echo "CLUSTER_NAME variable must be provided for test/k8s-canaries/aws-eks"
37
exit 1
38
endif
39
-
+ @aws eks update-kubeconfig --region=$(AWS_REGION) --name $(CLUSTER_NAME)
40
@cat ~/.kube/config@aws eks update-kubeconfig --region=$(AWS_REGION) --name $(CLUSTER_NAME)
41
@aws eks list-clusters
42
@aws-iam-authenticator help
43
- @kubectl config current-context
+ @kubectl config current-contextzz
44
@kubectl get nodes -v10
45
@aws-iam-authenticator version
46
@@ -65,3 +65,4 @@ endif
65
--set global.cluster=$(CLUSTER_NAME) \
66
--set agent-control-deployment.image.tag=$(IMAGE_TAG) \
67
--set agent-control-deployment.podAnnotations.deploymentKey="${DEPLOYMENT_KEY}"
68
+
0 commit comments