mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 10:51:29 +00:00
Add [LinuxOnly] to e2e verifying PQDN resolution
This commit is contained in:
parent
f5a1ceb1fc
commit
64f2c68948
@ -69,7 +69,8 @@ var _ = SIGDescribe("DNS", func() {
|
|||||||
validateDNSResults(f, pod, append(wheezyFileNames, jessieFileNames...))
|
validateDNSResults(f, pod, append(wheezyFileNames, jessieFileNames...))
|
||||||
})
|
})
|
||||||
|
|
||||||
ginkgo.It("should resolve DNS of partial qualified names for the cluster ", func() {
|
// [LinuxOnly]: As Windows currently does not support resolving PQDNs.
|
||||||
|
ginkgo.It("should resolve DNS of partial qualified names for the cluster [LinuxOnly]", 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{
|
||||||
@ -171,7 +172,8 @@ var _ = SIGDescribe("DNS", func() {
|
|||||||
validateDNSResults(f, pod, append(wheezyFileNames, jessieFileNames...))
|
validateDNSResults(f, pod, append(wheezyFileNames, jessieFileNames...))
|
||||||
})
|
})
|
||||||
|
|
||||||
ginkgo.It("should resolve DNS of partial qualified names for services ", func() {
|
// [LinuxOnly]: As Windows currently does not support resolving PQDNs.
|
||||||
|
ginkgo.It("should resolve DNS of partial qualified names for services [LinuxOnly]", func() {
|
||||||
// Create a test headless service.
|
// Create a test headless service.
|
||||||
ginkgo.By("Creating a test headless service")
|
ginkgo.By("Creating a test headless service")
|
||||||
testServiceSelector := map[string]string{
|
testServiceSelector := map[string]string{
|
||||||
|
Loading…
Reference in New Issue
Block a user