cilium: Cilium 1.11 fails the kubernetes e2e test "[sig-network] Services should create endpoints for unready pods"

Is there an existing issue for this?

  • I have searched the existing issues

What happened?

Cilium 1.11 fails the kubernetes e2e test [sig-network] Services should create endpoints for unready pods https://github.com/kubernetes/kops/pull/12919 is a PR that only changes the default cilium version to 1.11.

The test log can be found at https://storage.googleapis.com/kubernetes-jenkins/pr-logs/pull/kops/12919/pull-kops-e2e-cni-cilium/1469638304646303744/build-log.txt The pod logs and config maps can be found at https://gcsweb.k8s.io/gcs/kubernetes-jenkins/pr-logs/pull/kops/12919/pull-kops-e2e-cni-cilium/1469638304646303744/artifacts/cluster-info/kube-system/

Cilium Version

1.11.0

Kernel Version

Linux ip-172-20-33-11 5.10.0-9-cloud-amd64 #1 SMP Debian 5.10.70-1 (2021-09-30) x86_64 GNU/Linux

Kubernetes Version

1.23.0

Sysdump

No response

Relevant log output

No response

Anything else?

No response

Code of Conduct

  • I agree to follow this project’s Code of Conduct

About this issue

  • Original URL
  • State: closed
  • Created 3 years ago
  • Comments: 15 (12 by maintainers)

Most upvoted comments

I was wrong, the problem is simpler, it seems that cilium does not implement this kubernetes feature service.Spec. PublishNotReadyAddresses at all, at least I could not find any place that checks for that field in the codebase

grep -r PublishNotReadyAddresses | grep -v vendor
aojea@aojea:~/src/cilium$ 

/cc @thockin