Option to Disable Liveness/readiness checks
See original GitHub issueDescription
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:
- Created 5 years ago
- Comments:6
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
good to hear 😉
@Na3blis : Could you please try 4.0.0 out and see if it is working as per your use case?