mirror of https://github.com/k3s-io/k3s
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
commit
72a83c335c
|
@ -400,10 +400,6 @@ var _ = SIGDescribe("DNS", 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.
|
||||
By("Creating a test externalName service")
|
||||
serviceName := "dns-test-service-3"
|
||||
|
|
Loading…
Reference in New Issue