Skip to content

Commit 2984a66

Browse files
Remove old grpc ingress, fix make target names
Signed-off-by: Spencer Gilbert <[email protected]>
1 parent 903c88d commit 2984a66

File tree

2 files changed

+2
-39
lines changed

2 files changed

+2
-39
lines changed

eks-aggregator/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ifndef ACCOUNT_ID
22
$(error ACCOUNT_ID is not set)
33
endif
44
.PHONY: cluster-up
5-
up:
5+
cluster-up:
66
eksctl create cluster --with-oidc --name vector-demo
77
aws iam create-policy \
88
--policy-name AWSLoadBalancerControllerIAMPolicy \
@@ -27,7 +27,7 @@ up:
2727
kubectl create namespace datadog
2828

2929
.PHONY: cluster-down
30-
down:
30+
cluster-down:
3131
helm uninstall aws-load-balancer-controller \
3232
--namespace kube-system
3333
kubectl delete namespace vector

eks-aggregator/ingress.yaml

Lines changed: 0 additions & 37 deletions
This file was deleted.

0 commit comments

Comments
 (0)