kinvolk-archives / lokomotive-kubernetes

Lokomotive is a 100% open-source Kubernetes distribution from the folks at Kinvolk
https://kinvolk.io
MIT License
144 stars 20 forks source link

kubelet: Close health port in kubelet bootstrap pods #173

Open surajssd opened 4 years ago

surajssd commented 4 years ago

Add livenessProbe and readinessProbe to self hosted kubelet.

invidian commented 4 years ago

Pushed to trigger CI.

invidian commented 4 years ago

Resolved conflicts.

invidian commented 4 years ago

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).