Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use unexposed port to check healthy #172

Closed
caibirdme opened this issue Apr 15, 2022 · 2 comments
Closed

use unexposed port to check healthy #172

caibirdme opened this issue Apr 15, 2022 · 2 comments
Labels
chart:collector Issue related to opentelemetry-collector helm chart Stale

Comments

@caibirdme
Copy link

in _pod.tpl

    livenessProbe:
      httpGet:
        path: /
        port: 13133
    readinessProbe:
      httpGet:
        path: /
        port: 13133

But port 13133 is not exposed

@TylerHelmuth
Copy link
Member

Hello @caibirdme, can you expand on what you mean? LivenessProbe and readinessProbe ports are normally not exposed in the deployment/daemonset's ports section. You can see both probes working as expected in our tests. Are you experiencing an issue getting K8s to interact with the probes?

@TylerHelmuth TylerHelmuth added the chart:collector Issue related to opentelemetry-collector helm chart label Apr 15, 2022
@navin-rai
Copy link

navin-rai commented Nov 8, 2022

Liveness probe failed: Get "http://********:13133/": dial tcp ******:13133: connect: connection refused

Readiness probe failed: Get "http://********:13133/": dial tcp ******:13133: connect: connection refused

I am getting this issue while deploying the collector, what may be the reason ?

@github-actions github-actions bot added the Stale label Nov 8, 2024
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Dec 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chart:collector Issue related to opentelemetry-collector helm chart Stale
Projects
None yet
Development

No branches or pull requests

3 participants