Merge pull request #18081 from gmarek/fix-test

Auto commit by PR queue bot
This commit is contained in:
k8s-merge-robot 2015-12-04 02:14:17 -08:00
commit f4637f644f
2 changed files with 2 additions and 0 deletions

View File

@ -456,6 +456,7 @@ func createRunningPod(wg *sync.WaitGroup, c *client.Client, name, ns, image stri
Image: image,
},
},
DNSPolicy: api.DNSDefault,
},
}
_, err := c.Pods(ns).Create(pod)

View File

@ -1447,6 +1447,7 @@ func (config *RCConfig) create() error {
Ports: []api.ContainerPort{{ContainerPort: 80}},
},
},
DNSPolicy: api.DNSDefault,
},
},
},