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

kubernetes-sigs / kubebuilder / 15798393133
71%
master: 73%

Build:
Build:
LAST BUILD BRANCH: fix-bug-roles
DEFAULT BRANCH: master
Ran 21 Jun 2025 06:24PM UTC
Jobs 1
Files 45
Run time 1min
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

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

Jobs
ID Job ID Ran Files Coverage
1 15798393133.1 21 Jun 2025 06:24PM UTC 45
71.39
GitHub Action Run
Source Files on build 15798393133
  • Tree
  • List 45
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #4857
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