cloudfoundry-incubator / fissile

Turn a BOSH release into container images / files
Apache License 2.0
67 stars 36 forks source link

readiness-probe: Mark pod as not active if probe exits early #468

Closed mook-as closed 5 years ago

mook-as commented 5 years ago

This ensures that we correctly mark a pod as not active if the readiness probe exits before running the active/passive probe. Previously, a previously-active pod can be stuck that way if the readiness probe fails before the active/passive probe executes.

Fixes #466

cfdreddbot commented 5 years ago

:white_check_mark: Hey mook-as! The commit authors and yourself have already signed the CLA.