Skip to content

Commit

Permalink
Merge pull request kubernetes#19947 from mesosphere/jdef_fix_k8sm_738…
Browse files Browse the repository at this point in the history
…_exampledns_conformance

Auto commit by PR queue bot
  • Loading branch information
k8s-merge-robot committed Jan 29, 2016
2 parents 6e6974a + 1b110bf commit 73f0ce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/example_cluster_dns.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 73f0ce7

Please sign in to comment.