cloudfoundry-incubator / kubecf

Cloud Foundry on Kubernetes
Apache License 2.0
115 stars 62 forks source link

Remove `ccng_monit_http_healthcheck` job #36

Open mook-as opened 5 years ago

mook-as commented 5 years ago

See https://github.com/SUSE/scf/pull/2809/files#r326809693.

We currently have a ccng_monit_http_healthcheck process in the cloud_controller_ng job (in the api 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.

stale[bot] commented 4 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.

fargozhu commented 4 years ago

@mook-as I think we done with this one. If not feel free to reopen it.

mook-as commented 4 years ago

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?