add healthcheck orchestration logic#4427
Conversation
a4676a1 to
bba6059
Compare
bba6059 to
97643eb
Compare
f4fc171 to
f12e708
Compare
|
@swagatbora90 @Shubhranshu153 @AkihiroSuda PTAL when you get a chance, open to improvements |
|
Hi @AkihiroSuda yes we can move this for v2.1.5, I want to get in some more robust testing before we merge this |
87f6fa0 to
3480422
Compare
|
Just a few more minor tests to be added, then this PR should be ready to merge, will try and get those in the next couple of days |
f3e94d4 to
9b4b4b7
Compare
|
There are some issues running systemd inside the Rootless test environment, fails with For now I have skipped the tests in rootless mode and added documentation for the same, I will add a seprate follow-up PR to fix these issues but i'd like to get this reviewed and merged. Current failures seem to be unrelated to healthchecks |
3a56334 to
7f350cd
Compare
AkihiroSuda
left a comment
There was a problem hiding this comment.
Please squash the commits
https://lima-vm.io/docs/dev/git/#squashing-commits
c2a14b0 to
ee67008
Compare
Signed-off-by: Arjun Raja Yogidas <arjunry@amazon.com>
ee67008 to
7216405
Compare
PR to add orchestration logic to nerdctl healthchecks
This PR uses systemd timers to orchestrate healthcheks in nerdctl without the need for a daemon process. Feature currently scoped for rootful linux systems.