Open surajssd opened 4 years ago
Add livenessProbe and readinessProbe to self hosted kubelet.
Pushed to trigger CI.
Resolved conflicts.
Kubelet listens on 127.0.0.1 by default, which I'm not sure is right for health checks, so let's try with --healthz-bind-address=$(HOST_IP).
--healthz-bind-address=$(HOST_IP)
Add livenessProbe and readinessProbe to self hosted kubelet.