Closed SergeyKanzhelev closed 2 weeks ago
/priority backlog /triage accepted
I can give this a shot
/assign
I want to try it too
/assign
I want to try it too
/assign
/assign
/assign abhibongale
I would like to work on this, but if anyone has already started working on it, I can stop.
/assign
/assign
/assign @Karthi-vel
For everybody who signed up to try it, this PR is going to the right direction: https://github.com/kubernetes/kubernetes/pull/127566 but has some shortcomings. I commented on PR, listing here:
PR should include code and unit tests. If you have a good idea on how to test e2e by emulating daemon.Foo
behavior - it is an extra bonus.
Hi @SergeyKanzhelev I am new to the community. I am a new contributor I want to try it .If its fixed that's fine. If their are still some beginner friendly or good-first issues for me to try and explore .That's appreciable. Let me know. Thank you. /assign
I am a new contributor I want to try it .If its fixed that's fine.
@pravin-rgb Thank you for your interest in this issue. I am working on this PR:https://github.com/kubernetes/kubernetes/pull/127566#issuecomment-2416311736
/remove-help /remove-good-first-issue
since @zhifei92 is working on it already
@zhifei92 Thanks for notifying me. Have a great day
Implement the systemd watchdog in kubelet. Similar to https://github.com/containerd/containerd/issues/10329, we want to have a lightweight way to health check kubelet instead of requiring to run the health check process
curl
-ing the/healthz
endpoint.Implementation will require integrating with watchdog API, hooking those with the same checks that
/healthz
performs, and implement some e2e_node tests demonstrating this behavior. Documentation should be updated once implemented as well./sig node /area kubelet /kind feature
/good-first-issue /help