intel / cri-resource-manager

Kubernetes Container Runtime Interface proxy service with hardware resource aware workload placement policies
Apache License 2.0
176 stars 57 forks source link

agent: more reliable health checking #274

Open marquiz opened 4 years ago

marquiz commented 4 years ago

We'd like to check that all internal components are running correctly:

klihub commented 4 years ago

One possibility for health-checking the watcher would be to have the agent also watch a probe-specific config map as well, have the health-checker make during some of the health-check probes changes to that map, and then check in subsequent probes that the changes eventually become available.