8000 Increase startup and liveness probe timeout for linkerd-destination · Issue #12895 · linkerd/linkerd2 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Increase startup and liveness probe timeout for linkerd-destination #12895
Closed
@kristjankullerkann-wearemp

Description

What problem are you trying to solve?

We are seeing startup and liveness probe warnings for linkerd-destination from time to time:

Liveness probe failed: Get "http://10.0.0.7:9990/live": context deadline exceeded (Client.Timeout exceeded while awaiting headers) | linkerd-destination-744c8f574c-vx95n
Liveness probe failed: Get "http://10.0.0.54:9997/ping": context deadline exceeded (Client.Timeout exceeded while awaiting headers)

The issue and solution is well described in:
#8235

How should the problem be solved?

I am suggesting to make this configurable in helm chart and default to current values.

destinationProbes:
  livenessProbe:
    timeoutSeconds: 1
  readinessProbe:
    timeoutSeconds: 1

Any alternatives you've considered?

Raise timeouts in https://github.com/linkerd/linkerd2/blob/main/charts/linkerd-control-plane/templates/destination.yaml

How would users interact with this feature?

No response

Would you like to work on this feature?

yes

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0