We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 903c88d commit 2984a66Copy full SHA for 2984a66
eks-aggregator/Makefile
@@ -2,7 +2,7 @@ ifndef ACCOUNT_ID
2
$(error ACCOUNT_ID is not set)
3
endif
4
.PHONY: cluster-up
5
-up:
+cluster-up:
6
eksctl create cluster --with-oidc --name vector-demo
7
aws iam create-policy \
8
--policy-name AWSLoadBalancerControllerIAMPolicy \
@@ -27,7 +27,7 @@ up:
27
kubectl create namespace datadog
28
29
.PHONY: cluster-down
30
-down:
+cluster-down:
31
helm uninstall aws-load-balancer-controller \
32
--namespace kube-system
33
kubectl delete namespace vector
eks-aggregator/ingress.yaml
0 commit comments