Stop populating legacy DNS names

This commit is contained in:
Tim Hockin
2015-07-22 11:58:11 -07:00
parent dfe1eb9b96
commit 4e1630d3a9
3 changed files with 42 additions and 80 deletions

View File

@@ -201,12 +201,10 @@ var _ = Describe("DNS", func() {
// All the names we need to be able to resolve.
// TODO: Spin up a separate test service and test that dns works for that service.
// TODO: Should these be changed to kubernetes.kube-system etc. ?
namesToResolve := []string{
"kubernetes.default",
"kubernetes.default.svc",
"kubernetes.default.svc.cluster.local",
"kubernetes.default.cluster.local",
"google.com",
}
// Added due to #8512. This is critical for GCE and GKE deployments.