• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In
You are now the owner of this repo.

kubernetes-sigs / kubebuilder / 15799088062 / 1
71%
master: 73%

Build:
Build:
LAST BUILD BRANCH: dependabot/go_modules/github.com/onsi/ginkgo/v2-2.27.5
DEFAULT BRANCH: master
Ran 21 Jun 2025 07:58PM 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 07:49PM UTC coverage: 71.385%. Remained the same
15799088062.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 15799088062.1
  • Tree
  • List 45
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 15799088062
  • 59dd9e5c on github
  • Prev Job for on ci-comment-blockers (#15798461183.1)
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