mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-06 18:54:06 +00:00
Fix DNS test to not use RO port
This commit is contained in:
parent
abb00f1cfc
commit
e341110b95
@ -60,10 +60,10 @@ var _ = Describe("DNS", func() {
|
|||||||
// All the names we need to be able to resolve.
|
// 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: Spin up a separate test service and test that dns works for that service.
|
||||||
namesToResolve := []string{
|
namesToResolve := []string{
|
||||||
"kubernetes-ro.default",
|
"kubernetes.default",
|
||||||
"kubernetes-ro.default.svc",
|
"kubernetes.default.svc",
|
||||||
"kubernetes-ro.default.svc.cluster.local",
|
"kubernetes.default.svc.cluster.local",
|
||||||
"kubernetes-ro.default.cluster.local",
|
"kubernetes.default.cluster.local",
|
||||||
"google.com",
|
"google.com",
|
||||||
}
|
}
|
||||||
// Added due to #8512. This is critical for GCE and GKE deployments.
|
// Added due to #8512. This is critical for GCE and GKE deployments.
|
||||||
|
Loading…
Reference in New Issue
Block a user