Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OCPBUGS-48790: Add a liveness probe to the extractor container
The extractor container relies on critctl to collect container information If the crio.service is restarted on the worker nodes when the CA bundle has been updated by the proxy/cluster, the container would not be able to connect anymore on the restarted CRI-O service. Adding a liveness probe that check that crictl works as expected ensure that the container will be killed and restarted with the correct TLS settings to connect to the CRI-O service. This fixes https://issues.redhat.com/browse/OCPBUGS-48790. Upstream PR is #1067. Signed-off-by: Jeff Mesnil <[email protected]>
- Loading branch information