• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

kubernetes-sigs / kubebuilder / 15798393133 / 1
71%
master: 74%

Build:
Build:
LAST BUILD BRANCH: e2e-flakes
DEFAULT BRANCH: master
Ran 21 Jun 2025 06:24PM UTC
Files 45
Run time 1s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

21 Jun 2025 06:16PM UTC coverage: 71.385%. First build
15798393133.1

Pull #4857

github

camilamacedo86
fix: expose metrics containerPort to support K8s 1.33 endpoint registration

Kubernetes 1.33 introduced stricter endpoint publishing behavior that requires container ports to be explicitly declared in the pod spec for services to register endpoints.

This patch updates `manager_metrics_patch.yaml` to:
- add `--metrics-bind-address=:8443` to container args
- declare `containerPort: 8443` explicitly

Without the port declaration, the metrics service has no endpoints and connections (e.g., from a curl pod) fail with `connection refused`.

This ensures metrics access continues to work under network policies in K8s 1.33+.
Pull Request #4857: 🌱 (ci) - fix cleanup to allow tests broken for 1.33 work

2355 of 3299 relevant lines covered (71.39%)

16.44 hits per line

Source Files on job 15798393133.1
  • Tree
  • List 45
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 15798393133
  • b8bf991b on github
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc