Closed
Description
Recent changes to the router deployment config make the released oc binary (v3.6.0-alpha.2) incompatible with the latest router image. The deployment config used by the older oc binary for the router causes the router to fail health checks and eventually die. Going forward we can prevent this by invoking the oc adm router
and oc adm registry
commands on the origin container itself instead of using the in-process command from the oc
client running cluster up
.