question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Option to Disable Liveness/readiness checks

See original GitHub issue

Description

I need to be able to disable the actuator enricher, or be able to overwrite the path that it checks for both liveness and readiness

Info

  • f-m-p version : 3.5.41
  • Maven version (mvn -v) : 3.6.0
  • Kubernetes / OpenShift setup and version : minikube v0.30.0
  • If it’s a feature request, what is your use case : My project uses custom JWTs to secure endpoints. K8 is not able to access the standard actuator endpoints, and so we have created custom endpoints for liveness/readiness checks that are open for k8. However, since we have actuator on the classpath, f-m-p adds liveness and readiness checks that will always fail because k8 gets a 403 error.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:6

github_iconTop GitHub Comments

1reaction
rohanKanojiacommented, Apr 10, 2019

good to hear 😉

1reaction
rohanKanojiacommented, Mar 13, 2019

@Na3blis : Could you please try 4.0.0 out and see if it is working as per your use case?

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to disable liveness and readiness probe for pods ? [Video]
You can disable the liveness and readiness probe for pods, so that it will stop crashing and restarting. Doing this will let you...
Read more >
Configure Liveness, Readiness and Startup Probes
If such a probe is configured, it disables liveness and readiness checks until it succeeds, making sure those probes don't interfere with ...
Read more >
Kubernetes Liveness and Readiness Probes: How to Avoid ...
Avoid checking dependencies in liveness probes. Liveness probes should be inexpensive and have response times with minimal variance. Set ...
Read more >
Readiness vs liveliness probes: How to set them up and when ...
Kubernetes best practices: Setting up health checks with readiness and liveness probes. May 4, 2018.
Read more >
Readiness and Liveness Probes in Kubernetes
These checks are done using a readiness probe and liveness probe ... NET 5 provide a wide variety of options to configure the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found