Skip to content

Commit

Permalink
Fix failing DNS tests by removing deprecated upstream option
Browse files Browse the repository at this point in the history
  • Loading branch information
rajansandeep committed Jul 13, 2020
1 parent 19f0a54 commit 2114487
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 2114487

Please sign in to comment.