fix(helm): remove broken hubble-ui backend health probes - #2601
Open
Sébastien Larivière (slariviere) wants to merge 2 commits into
Open
fix(helm): remove broken hubble-ui backend health probes#2601Sébastien Larivière (slariviere) wants to merge 2 commits into
Sébastien Larivière (slariviere) wants to merge 2 commits into
Conversation
Sébastien Larivière (slariviere)
requested review from
Qingchuan Hao (mainred) and
Timothy J. Raymond (timraymond)
July 29, 2026 18:02
|
This PR will be closed in 7 days due to inactivity. |
Contributor
Author
|
Timothy J. Raymond (@timraymond) Qingchuan Hao (@mainred), is there anything we can do to move this PR forward? |
Member
|
upstream removed this a while back cilium/cilium@b6e50b3 |
Sébastien Larivière (slariviere)
force-pushed
the
fix/hubble-ui-backend-startup-probe
branch
from
September 1, 2026 15:59
29c6a79 to
de1655c
Compare
Sébastien Larivière (slariviere)
deleted the
fix/hubble-ui-backend-startup-probe
branch
September 1, 2026 16:05
Sébastien Larivière (slariviere)
restored the
fix/hubble-ui-backend-startup-probe
branch
September 1, 2026 16:07
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
Sébastien Larivière (slariviere)
deleted the
fix/hubble-ui-backend-startup-probe
branch
September 1, 2026 16:09
Sébastien Larivière (slariviere)
restored the
fix/hubble-ui-backend-startup-probe
branch
September 1, 2026 16:10
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
Contributor
Author
Quang Nguyen (@nddq) probes removed as upstream |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
What
Removes the
hubble.ui.backend.livenessProbe/readinessProbevaluesand the associated startupProbe/livenessProbe/readinessProbe templates
for the hubble-ui
backendcontainer.Why
The
backendcontainer is a gRPC-only server on port 8090 with no HTTPendpoints. The probes were configured as
httpGet /healthz, which neverworks — enabling them causes the container to CrashLoopBackOff.
Upstream cilium hit the same issue (cilium/cilium#43501) and fixed it by
removing the feature outright in cilium/cilium@b6e50b3, since there's no
working HTTP health endpoint to probe. This PR aligns with that upstream
fix.
Checklist
git commit -S -s ...). See this documentation on signing commits.