Open mook-as opened 5 years ago
This issue has been automatically marked as stale because it has not had recent activity. If this issue is still relevant then let us know how to help move it forward. Thank you for your contributions.
@mook-as I think we done with this one. If not feel free to reopen it.
The job appears to still exist on my ~master
branch. Given that the only thing the script does on failure is to… exit the process, I guess it kind of works (in that the pod will crash and eventually get restarted, I think), it's… sort of accidentally doing the thing but not in a way we want?
See https://github.com/SUSE/scf/pull/2809/files#r326809693.
We currently have a
ccng_monit_http_healthcheck
process in thecloud_controller_ng
job (in theapi
instance group); it appears to be healthchecking to make sure CC is still responding, and to restart it if it's not. That's not really useful for us, since we're using Kubernetes-native things. We should just drop it instead.