We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0bf675 commit b5656edCopy full SHA for b5656ed
test/k8s-canaries/Makefile
@@ -37,7 +37,7 @@ ifndef CLUSTER_NAME
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)
+ @cat ~/.kube/config
41
@aws eks list-clusters
42
@aws-iam-authenticator help
43
@kubectl config current-contextzz
0 commit comments