mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-05 02:09:56 +00:00
mark It "Ingress connectivity and DNS" as pending
This commit is contained in:
parent
cf26597ae8
commit
9982edb395
@ -152,11 +152,10 @@ var _ = framework.KubeDescribe("Federation ingresses [Feature:Federation]", func
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
It("should be able to discover a federated ingress service", func() {
|
PIt("should be able to discover a federated ingress service", func() {
|
||||||
framework.SkipUnlessFederated(f.Client)
|
framework.SkipUnlessFederated(f.Client)
|
||||||
// we are about the ingress name
|
// we are about the ingress name
|
||||||
svcDNSNames := []string{
|
svcDNSNames := []string{
|
||||||
FederatedIngressServiceName,
|
|
||||||
fmt.Sprintf("%s.%s", FederatedIngressServiceName, f.Namespace.Name),
|
fmt.Sprintf("%s.%s", FederatedIngressServiceName, f.Namespace.Name),
|
||||||
fmt.Sprintf("%s.%s.svc.cluster.local.", FederatedIngressServiceName, f.Namespace.Name),
|
fmt.Sprintf("%s.%s.svc.cluster.local.", FederatedIngressServiceName, f.Namespace.Name),
|
||||||
// TODO these two entries are not set yet
|
// TODO these two entries are not set yet
|
||||||
|
Loading…
Reference in New Issue
Block a user