Merge pull request #19947 from mesosphere/jdef_fix_k8sm_738_exampledns_conformance
Auto commit by PR queue bot
This commit is contained in:
		@@ -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 {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user