L1-node icon indicating copy to clipboard operation
L1-node copied to clipboard

Add a HEALTHCHECK to the container

Open vorburger opened this issue 3 years ago • 2 comments

I suspect that if the container had a HEALTHCHECK this will make what #32 #109 #123 are after easier. It could also be used as Configure Liveness, Readiness and Startup Probes for running this container in Kubernetes (k8s). Possibly also useful as Lifecycle hooks with Watchtower.

It's basically just an executable (binary, script, whatever) in the container image that can test if its working (not faulty).

vorburger avatar Nov 26 '22 02:11 vorburger

I didn't know about this, this is great! Could be used to test the test CID locally

DiegoRBaquero avatar Dec 01 '22 17:12 DiegoRBaquero

I didn't know about this, this is great!

You're very welcome! (Do contributors to this project also get FIL for friendly good tips? Just joking!)

Could be used to test the test CID locally

What is that? According to a quick read the source, Luke, I suspect that's QmXjYBY478Cno4jzdCcPy4NcJYFrwHZ51xaCP8vUwN9MGm... I have suggested that on PR #142 from @holdenk.

vorburger avatar Dec 04 '22 17:12 vorburger