Skip to content

Commit

Permalink
Merge pull request #93029 from rajansandeep/fixfailtests
Browse files Browse the repository at this point in the history
Fix failing DNS tests by removing deprecated option
  • Loading branch information
k8s-ci-robot authored Jul 14, 2020
2 parents 209dbdf + 2114487 commit e45a598
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/e2e/network/dns_configmap.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ func (t *dnsFederationsConfigMapTest) run() {
ready
kubernetes %v in-addr.arpa ip6.arpa {
pods insecure
upstream
fallthrough in-addr.arpa ip6.arpa
ttl 30
}
Expand All @@ -91,7 +90,6 @@ func (t *dnsFederationsConfigMapTest) run() {
ready
kubernetes %v in-addr.arpa ip6.arpa {
pods insecure
upstream
fallthrough in-addr.arpa ip6.arpa
ttl 30
}
Expand Down Expand Up @@ -242,7 +240,6 @@ func (t *dnsNameserverTest) run(isIPv6 bool) {
ready
kubernetes %v in-addr.arpa ip6.arpa {
pods insecure
upstream
fallthrough in-addr.arpa ip6.arpa
ttl 30
}
Expand Down Expand Up @@ -342,7 +339,6 @@ func (t *dnsPtrFwdTest) run(isIPv6 bool) {
ready
kubernetes %v in-addr.arpa ip6.arpa {
pods insecure
upstream
fallthrough in-addr.arpa ip6.arpa
ttl 30
}
Expand Down Expand Up @@ -454,7 +450,6 @@ func (t *dnsExternalNameTest) run(isIPv6 bool) {
ready
kubernetes %v in-addr.arpa ip6.arpa {
pods insecure
upstream
fallthrough in-addr.arpa ip6.arpa
ttl 30
}
Expand Down

0 comments on commit e45a598

Please sign in to comment.