Merge pull request #52880 from xiangpengzhao/dns-e2e-aws

Automatic merge from submit-queue. 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>..

Allow dns e2e test case for ExternalName to run on aws

**What this PR does / why we need it**:
#52840 uses allocated clusterIP instead of hard-coded one. So we don't need to care about the clusterIP range of the CI job config. Let it run on pull-kubernetes-e2e-kops-aws

**Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #47224

**Special notes for your reviewer**:
ref: https://github.com/kubernetes/test-infra/pull/4462

/cc @bowei @MrHohn @justinsb 

**Release note**:

```release-note
NONE
```
pull/6/head
Kubernetes Submit Queue 2017-09-24 03:35:06 -07:00 committed by GitHub
commit 72a83c335c
1 changed files with 0 additions and 4 deletions

View File

@ -400,10 +400,6 @@ var _ = SIGDescribe("DNS", func() {
}) })
It("should provide DNS for ExternalName services", func() { It("should provide DNS for ExternalName services", func() {
// TODO(xiangpengzhao): allow AWS when pull-kubernetes-e2e-kops-aws and pull-kubernetes-e2e-gce-etcd3
// have the same "service-cluster-ip-range". See: https://github.com/kubernetes/kubernetes/issues/47224
framework.SkipUnlessProviderIs("gce")
// Create a test ExternalName service. // Create a test ExternalName service.
By("Creating a test externalName service") By("Creating a test externalName service")
serviceName := "dns-test-service-3" serviceName := "dns-test-service-3"