Description of problem: OpenShift is unable to use a password secured private registry from containerized components like ose-pod, ose-deployer, etc Version-Release number of selected component (if applicable): 3.x How reproducible: Always Steps to Reproduce: 1. Perform a disconnected installation according to the online docs 2. After installation point docker to your secured private registry 3. create a secret with oc secrets new dockercfg 4. perform container deployment on node without a pre-cached copy of ose-pod Actual results: container deployment fails, ose-pod is never pulled from secure private registry Expected results: container deployment should succeed, pulling ose-pod and any other needed containerized components from secure private repository. Additional info:
Seem like this bug is duplicated with BZ#1316341.
*** This bug has been marked as a duplicate of bug 1316341 ***