Skip to content

Commit

Permalink
Explicitly set DNSDefault policy in Density test
Browse files Browse the repository at this point in the history
  • Loading branch information
gmarek committed Dec 2, 2015
1 parent 494f47b commit 61fc0a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e/density.go
Original file line number Diff line number Diff line change
Expand Up @@ -453,6 +453,7 @@ func createRunningPod(wg *sync.WaitGroup, c *client.Client, name, ns, image stri
Image: image,
},
},
DNSPolicy: api.DNSDefault,
},
}
_, err := c.Pods(ns).Create(pod)
Expand Down
1 change: 1 addition & 0 deletions test/e2e/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -1440,6 +1440,7 @@ func (config *RCConfig) create() error {
Ports: []api.ContainerPort{{ContainerPort: 80}},
},
},
DNSPolicy: api.DNSDefault,
},
},
},
Expand Down

1 comment on commit 61fc0a1

@k8s-teamcity-mesosphere

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity OSS :: Kubernetes Mesos :: 4 - Smoke Tests Build 7668 outcome was SUCCESS
Summary: Tests passed: 1, ignored: 205 Build time: 00:04:52

Please sign in to comment.