We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent add21d7 commit 29f4649Copy full SHA for 29f4649
test/k8s-canaries/Makefile
@@ -37,6 +37,7 @@ ifndef CLUSTER_NAME
37
exit 1
38
endif
39
@aws eks update-kubeconfig --region=$(AWS_REGION) --name $(CLUSTER_NAME)
40
+ @aws sts get-caller-identity
41
@aws configure list
42
@cat ~/.kube/config
43
@aws eks list-clusters
0 commit comments