We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ad93ee commit 631e94eCopy full SHA for 631e94e
test/k8s-canaries/Makefile
@@ -38,6 +38,7 @@ ifndef CLUSTER_NAME
38
endif
39
@aws eks update-kubeconfig --region=$(AWS_REGION) --name $(CLUSTER_NAME)
40
@aws eks get-token --region us-east-2 --cluster-name Agent_Control_Canaries_Production-Cluster
41
+ @hostname -I
42
@cat ~/.kube/config
43
@kubectl config current-context
44
@kubectl get nodes -v10
0 commit comments