This repository has been archived by the owner on Oct 22, 2021. It is now read-only.
There is no liveness probe for cloud_controller_ng container in api
pod
#1661
Labels
Type: Bug
Something isn't working
Describe the bug
When the cloud_controller_ng process got hang, the cloud_controller_ng container didn't got restarted, because there is no liveness probe for cloud_controller_ng
To Reproduce
Below is just a way to simulate the hang of cloud_controller_ng.
rm /var/vcap/data/cloud_controller_ng/cloud_controller.sock
cloud-controller-ng-cloud-controller-ng
andcloud-controller-ng-nginx
get intoNOT READY
state, but they whould not get restarted.Expected behavior
In BOSH CF, the monit will restart cloud-controller-ng process if it fails the healthy check. Expect the
cloud-controller-ng-cloud-controller-ng
in KubeCF should be restarted if it got hang or fails the healthy check.The text was updated successfully, but these errors were encountered: