Description of problem: The Router image is missing the `pidof` binary, which breaks reloads and causes unexpected beahviors. Version-Release number of selected component (if applicable): 4.6 How reproducible: 100% Steps to Reproduce: 1. Launch a cluster bot cluster against a router pr eg `launch openshift/router#170 aws` 2. Check router logs 3. Observe broken reloads due to `pidof` command not found Also appears to be happening on router CI runs: See https://prow.ci.openshift.org/view/gs/origin-ci-test/pr-logs/pull/openshift_router/170/pull-ci-openshift-router-master-e2e/1298329964663279616
Verified in "4.6.0-0.nightly-2020-09-01-070508" release version. The "pidof" binary is now included and visible in the router pods: ----- $ oc -n openshift-ingress exec router-default-78f7f7894f-t9c9g -- which pidof /usr/sbin/pidof -----
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 (OpenShift Container Platform 4.6 GA Images), 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-2020:4196