Description of problem: There is a single health probe endpoint in both API Server and Controller Manager pods for Service Catalog that covers both readiness and liveness. The readiness functionality should be split to a dedicated probe specific for readiness to avoid unnecessary pod restarts. Example from the API Server health probes: readinessProbe: httpGet: port: 6443 path: /healthz ..... livenessProbe: httpGet: port: 6443 path: /healthz readiness should have its own url.
PR in progress https://github.com/openshift/openshift-ansible/pull/10977
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2019:0326