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

kubeflow / trainer / 33003377893
70%

Build:
DEFAULT BRANCH: master
Ran 26 Aug 2026 07:11PM UTC
Jobs 1
Files 43
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

26 Aug 2026 07:06PM UTC coverage: 68.52% (+0.08%) from 68.438%
33003377893

push

github

web-flow
fix(controller): apply configured health probe endpoint names (#3886)

* fix(operator): apply configured health probe endpoint names

The config API, the base manifests, and the Helm chart all expose
readinessEndpointName and livenessEndpointName, but the manager never received
them, so the probes stayed on controller-runtime's own /readyz and /healthz. A
deployment that renamed an endpoint and pointed its probe at the new path got a
404 back and a container that never turned ready.

Every place these names are configured spells them without a leading slash,
while controller-runtime registers them as http.ServeMux patterns, which panic
on a pattern that has none. They are rooted on the way through so the shipped
defaults keep serving where the probes already look, and the startup log now
reports the paths that were registered rather than the two it assumed.

Signed-off-by: rjgoyln <pt40419@gmail.com>

* fix(operator): report probe paths from the manager options

The paths the probes are registered on come from the options the manager is
built with, so the startup log reads them from there rather than from strings
threaded separately through the call.

Signed-off-by: rjgoyln <pt40419@gmail.com>

---------

Signed-off-by: rjgoyln <pt40419@gmail.com>

10 of 10 new or added lines in 1 file covered. (100.0%)

2625 of 3831 relevant lines covered (68.52%)

0.8 hits per line

Jobs
ID Job ID Ran Files Coverage
1 33003377893.1 26 Aug 2026 07:11PM UTC 43
68.52
GitHub Action Run
Source Files on build 33003377893
  • Tree
  • List 43
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 1d1968a8 on github
  • Prev Build on master (#32995967066)
  • Next Build on master (#33005941951)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc