mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-19 09:52:49 +00:00
remove aws from e2e loadbalancer udp conntrack tests
These tests are not working as expected on AWS due to the requirement for the user to add an annotation to the UDP Service created.
This commit is contained in:
parent
b86f94f438
commit
3a76c95f8e
@ -1018,7 +1018,7 @@ var _ = common.SIGDescribe("LoadBalancers", func() {
|
|||||||
|
|
||||||
ginkgo.It("should be able to preserve UDP traffic when server pod cycles for a LoadBalancer service on different nodes", func(ctx context.Context) {
|
ginkgo.It("should be able to preserve UDP traffic when server pod cycles for a LoadBalancer service on different nodes", func(ctx context.Context) {
|
||||||
// requires cloud load-balancer support
|
// requires cloud load-balancer support
|
||||||
e2eskipper.SkipUnlessProviderIs("gce", "gke", "aws", "azure")
|
e2eskipper.SkipUnlessProviderIs("gce", "gke", "azure")
|
||||||
ns := f.Namespace.Name
|
ns := f.Namespace.Name
|
||||||
nodes, err := e2enode.GetBoundedReadySchedulableNodes(ctx, cs, 2)
|
nodes, err := e2enode.GetBoundedReadySchedulableNodes(ctx, cs, 2)
|
||||||
framework.ExpectNoError(err)
|
framework.ExpectNoError(err)
|
||||||
@ -1150,7 +1150,7 @@ var _ = common.SIGDescribe("LoadBalancers", func() {
|
|||||||
|
|
||||||
ginkgo.It("should be able to preserve UDP traffic when server pod cycles for a LoadBalancer service on the same nodes", func(ctx context.Context) {
|
ginkgo.It("should be able to preserve UDP traffic when server pod cycles for a LoadBalancer service on the same nodes", func(ctx context.Context) {
|
||||||
// requires cloud load-balancer support
|
// requires cloud load-balancer support
|
||||||
e2eskipper.SkipUnlessProviderIs("gce", "gke", "aws", "azure")
|
e2eskipper.SkipUnlessProviderIs("gce", "gke", "azure")
|
||||||
ns := f.Namespace.Name
|
ns := f.Namespace.Name
|
||||||
nodes, err := e2enode.GetBoundedReadySchedulableNodes(ctx, cs, 1)
|
nodes, err := e2enode.GetBoundedReadySchedulableNodes(ctx, cs, 1)
|
||||||
framework.ExpectNoError(err)
|
framework.ExpectNoError(err)
|
||||||
|
Loading…
Reference in New Issue
Block a user