kubernetes / kubernetes

Production-Grade Container Scheduling and Management

Home Page:https://kubernetes.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[FailingTest] [gce-master-scale-correctness] Multiple test failures, mostly networking

jprzychodzen opened this issue · comments

Which jobs are failing?

https://testgrid.k8s.io/sig-release-master-informing#gce-master-scale-correctness

Which tests are failing?

Network related tests:

  • Kubernetes e2e suite.[It] [sig-network] Services GCE [Slow] should be able to create and tear down a standard-tier load balancer [Slow]
  • Kubernetes e2e suite.[It] [sig-network] LoadBalancers should be able to change the type and ports of a UDP service [Slow]
  • Kubernetes e2e suite.[It] [sig-apps] Deployment should not disrupt a cloud load-balancer's connectivity during rollout
  • Kubernetes e2e suite.[It] [sig-network] LoadBalancers ESIPP [Slow] should work from pods
  • Kubernetes e2e suite.[It] [sig-network] LoadBalancers should be able to switch session affinity for LoadBalancer service with ESIPP on [Slow] [LinuxOnly]
  • Kubernetes e2e suite.[It] [sig-network] LoadBalancers ESIPP [Slow] should only target nodes with endpoints
  • Kubernetes e2e suite.[It] [sig-network] LoadBalancers should be able to create an internal type load balancer [Slow]
  • Kubernetes e2e suite.[It] [sig-network] LoadBalancers should have session affinity work for LoadBalancer service with ESIPP on [Slow] [LinuxOnly]
  • Kubernetes e2e suite.[It] [sig-network] LoadBalancers should have session affinity work for LoadBalancer service with ESIPP off [Slow] [LinuxOnly]
  • Kubernetes e2e suite.[It] [sig-network] LoadBalancers should handle load balancer cleanup finalizer for service [Slow]
  • Kubernetes e2e suite.[It] [sig-network] LoadBalancers should be able to create LoadBalancer Service without NodePort and change it [Slow]
  • Kubernetes e2e suite.[It] [sig-network] LoadBalancers should be able to preserve UDP traffic when server pod cycles for a LoadBalancer service on the same nodes
  • Kubernetes e2e suite.[It] [sig-network] LoadBalancers should only allow access from service loadbalancer source ranges [Slow]
  • Kubernetes e2e suite.[It] [sig-storage] CSI Mock volume expansion CSI online volume expansion should expand volume without restarting pod if attach=off, nodeExpansion=on
  • Kubernetes e2e suite.[It] [sig-network] LoadBalancers ESIPP [Slow] should work for type=LoadBalancer
  • Kubernetes e2e suite.[It] [sig-network] LoadBalancers should be able to preserve UDP traffic when server pod cycles for a LoadBalancer service on different nodes
  • Kubernetes e2e suite.[It] [sig-network] LoadBalancers ESIPP [Slow] should handle updates to ExternalTrafficPolicy field

Storage related test:

  • Kubernetes e2e suite.[It] [sig-storage] CSI Mock volume storage capacity storage capacity unlimited

Since when has it been failing?

Since 04-12 each of those tests had at least one failure

Testgrid link

https://testgrid.k8s.io/sig-release-master-informing#gce-master-scale-correctness

Reason for failure (if possible)

No response

Anything else we need to know?

No response

Relevant SIG(s)

/sig network storage

This issue is currently awaiting triage.

If a SIG or subproject determines this is a relevant issue, they will accept it by applying the triage/accepted label and provide further guidance.

The triage/accepted label can be added by org members by writing /triage accepted in a comment.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

Do you know if this is related to recent changes in CCM pipeline?

/cc @aojea

Ref. #122286 - networking issues are tracked there.