We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b2af9e commit bf4569cCopy full SHA for bf4569c
test/k8s-canaries/Makefile
@@ -37,7 +37,10 @@ ifndef CLUSTER_NAME
37
exit 1
38
endif
39
@aws eks update-kubeconfig --region=$(AWS_REGION) --name $(CLUSTER_NAME)
40
+ @cat ~/.kube/config
41
+ @aws eks list-clusters
42
@kubectl get nodes
43
+ @aws-iam-authenticator version
44
45
.PHONY: test/k8s-canaries/helm
46
test/k8s-canaries/helm: test/k8s-canaries/aws-kubeconfig
0 commit comments