This PR introduces liveness and readiness probes, plus some updates to the helm charts.
rename the daemonset name to autopilot instead of autopilot-daemon-autopilot
rename of the variable name for the invasive check. It was called intrusive but we always refer to it as invasive
readiness probe with HTTP endpoint. This endpoint /readinessprobe is associated to a Service on port 8080 that can be reached out manually for smoketests and such
first attempt at using json as response, starting with the readiness probe API. It's an extremely minimal message struct, but it's generic enough to start with.
This PR introduces liveness and readiness probes, plus some updates to the helm charts.
autopilot
instead ofautopilot-daemon-autopilot
/readinessprobe
is associated to a Service on port 8080 that can be reached out manually for smoketests and such