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 ee11ede commit 93055a1Copy full SHA for 93055a1
test/e2e/run_e2e.sh
@@ -175,8 +175,11 @@ if [ "$e2e" = true ]; then
175
176
# TODO(linki): re-introduce the broken DNS record test after ExternalDNS handles it better
177
#
178
- # # introduce a broken DNS record to mess with ExternalDNS
179
- # cat broken-dns-record.yaml | kubectl apply -f -
+ # This is still broken in external-dns:v0.14.2-master-40
+ # 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
183
184
mkdir -p junit_reports
185
ginkgo -procs=25 -flake-attempts=2 \
0 commit comments