Commit f4637f64 authored by k8s-merge-robot's avatar k8s-merge-robot

Merge pull request #18081 from gmarek/fix-test

Auto commit by PR queue bot
parents 6f6e97f2 61fc0a12
...@@ -456,6 +456,7 @@ func createRunningPod(wg *sync.WaitGroup, c *client.Client, name, ns, image stri ...@@ -456,6 +456,7 @@ func createRunningPod(wg *sync.WaitGroup, c *client.Client, name, ns, image stri
Image: image, Image: image,
}, },
}, },
DNSPolicy: api.DNSDefault,
}, },
} }
_, err := c.Pods(ns).Create(pod) _, err := c.Pods(ns).Create(pod)
......
...@@ -1447,6 +1447,7 @@ func (config *RCConfig) create() error { ...@@ -1447,6 +1447,7 @@ func (config *RCConfig) create() error {
Ports: []api.ContainerPort{{ContainerPort: 80}}, Ports: []api.ContainerPort{{ContainerPort: 80}},
}, },
}, },
DNSPolicy: api.DNSDefault,
}, },
}, },
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment