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.
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