Merge pull request #19947 from mesosphere/jdef_fix_k8sm_738_exampledns_conformance

Auto commit by PR queue bot
This commit is contained in:
k8s-merge-robot 2016-01-29 01:46:44 -08:00
commit 73f0ce7421

View File

@ -135,7 +135,7 @@ var _ = Describe("ClusterDns [Feature:Example]", func() {
_, err = lookForStringInPodExec(namespaces[0].Name, podName, []string{"python", "-c", queryDns}, "ok", dnsReadyTimeout)
Expect(err).NotTo(HaveOccurred(), "waiting for output from pod exec")
updatedPodYaml := prepareResourceWithReplacedString(frontendPodYaml, "dns-backend.development.cluster.local", fmt.Sprintf("dns-backend.%s.cluster.local", namespaces[0].Name))
updatedPodYaml := prepareResourceWithReplacedString(frontendPodYaml, "dns-backend.development.cluster.local", fmt.Sprintf("dns-backend.%s.svc.cluster.local", namespaces[0].Name))
// create a pod in each namespace
for _, ns := range namespaces {