Skip to content

Commit 4b4a6c5

Browse files
author
Martin Linkhorst
committed
run load balancer e2e test in EKS
1 parent a5b901b commit 4b4a6c5

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

test/e2e/external_dns.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ var _ = describe("External DNS creation", func() {
7373
svc.ObjectMeta = metav1.ObjectMeta{
7474
Name: serviceName,
7575
Annotations: map[string]string{
76+
"service.beta.kubernetes.io/aws-load-balancer-type": "external",
77+
"service.beta.kubernetes.io/aws-load-balancer-ip-address-type": "dualstack",
78+
"service.beta.kubernetes.io/aws-load-balancer-nlb-target-type": "ip",
79+
"service.beta.kubernetes.io/aws-load-balancer-scheme": "internet-facing",
7680
externalDNSAnnotation: hostName,
7781
},
7882
}

test/e2e/run_e2e.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,6 @@ if [ "$e2e" = true ]; then
215215
"Should audit API calls to create, update, patch, delete pods. \[Audit\] \[Zalando\]"
216216
"should validate permissions for \[Authorization\] \[RBAC\] \[Zalando\]" # TODO: Remains skipped until we remove the older RBAC setup
217217
"should creating a working mysql cluster" # upstream test which does not work with IPv6
218-
"Should create DNS entry via Service \[Zalando\]" # Depends on service Type LoadBalancer which doesn't work with IPv6.
219218
)
220219
fi
221220

0 commit comments

Comments
 (0)