You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ref #224, a recent regression was introduced without being caught by any of the tests. The dnsmasq -> kubedns -> upstream servers path is currently a blindspot in test and we should surely include that to prevent future regression.
Automatic merge from submit-queue (batch tested with PRs 62885, 62832). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.
e2e test forwarding externalname dns lookup to upstream nameservers.
**What this PR does / why we need it**:
e2e test forwarding externalname dns lookup to upstream nameservers.
e2e test that goes through dnsmasq -> kubedns -> upstream servers path.
Updated e2e test for PTR record lookup, test for default upstreamservers from resolv.conf.
**Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
Fixeskubernetes/dns#226
**Special notes for your reviewer**:
/assign @MrHohn
**Release note**:
```release-note
NONE
```
Ref #224, a recent regression was introduced without being caught by any of the tests. The dnsmasq -> kubedns -> upstream servers path is currently a blindspot in test and we should surely include that to prevent future regression.
cc @grayluck
The text was updated successfully, but these errors were encountered: