Skip to content

Conversation

@abhijith-darshan
Copy link
Contributor

What this PR does / why we need it

There are lot of error logging and noise in the registry deployment due to TLS errors on the probes

  • changing the Liveness and Readiness probes httpGet on /v2 path to avoid TLS handshake errors

Additionally there are noises from OTEL metrics (enabled by default in registry) but they can be overridden with env via values

 - name: OTEL_TRACES_EXPORTER
   value: none

This is a very small fix and may not fit into v2 controllers but until then it would be nice to get this fix in.

This commit ensures that the liveness and readiness probes are targeted to httpGet on the /v2 path to avoid TLS handshake errors

Signed-off-by: abhijith-darshan <[email protected]>
@abhijith-darshan abhijith-darshan changed the title (fix): change readiness and liveness probe to httpGet /v2 fix(registry): change readiness and liveness probe to httpGet /v2 Aug 13, 2025
@abhijith-darshan abhijith-darshan marked this pull request as ready for review August 13, 2025 00:28
@abhijith-darshan abhijith-darshan requested a review from a team as a code owner August 13, 2025 00:28
@Skarlso Skarlso merged commit 7c9873b into open-component-model:main Aug 13, 2025
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants