Skip to content

Commit 93055a1

Browse files
committed
update status of the external-dns check
1 parent ee11ede commit 93055a1

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

test/e2e/run_e2e.sh

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,11 @@ if [ "$e2e" = true ]; then
175175

176176
# TODO(linki): re-introduce the broken DNS record test after ExternalDNS handles it better
177177
#
178-
# # introduce a broken DNS record to mess with ExternalDNS
179-
# cat broken-dns-record.yaml | kubectl apply -f -
178+
# This is still broken in external-dns:v0.14.2-master-40
179+
# InvalidChangeBatch: FATAL problem: DomainLabelEmpty (Domain label is empty) encountered with '_external-dns..teapot-e2e.zalan.do'
180+
#
181+
# introduce a broken DNS record to mess with ExternalDNS
182+
# kubectl apply -f broken-dns-record.yaml
180183

181184
mkdir -p junit_reports
182185
ginkgo -procs=25 -flake-attempts=2 \

0 commit comments

Comments
 (0)