Bug 1566076

Summary: master static pod definition using the wrong image name: ose vs ose-control-plane
Product: OpenShift Container Platform Reporter: Mike Fiedler <mifiedle>
Component: InstallerAssignee: Scott Dodson <sdodson>
Status: CLOSED DUPLICATE QA Contact: Johnny Liu <jialiu>
Severity: high Docs Contact:
Priority: unspecified    
Version: 3.10.0CC: aos-bugs, jokerman, mmccomas, wmeng
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-04-12 02:42:01 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Mike Fiedler 2018-04-11 13:18:38 UTC
Description of problem:

In 3.10.0-0.16.0 the apiserver.yaml and controller.yaml static pod definitions for the master services use:

image: registry.reg-aws.openshift.com:443/openshift3/ose:v3.10.0 

The image has been renamed and should be

image: registry.reg-aws.openshift.com:443/openshift3/ose-control-plane:v3.10.0 

Version-Release number of the following components: v3.10.0-0.16.0

How reproducible: Always

Steps to Reproduce:
1.  Install v3.10.0-0.16.0


Actual results:

In /etc/origin/node/pods/controller.yaml and /etc/origin/node/pods/apiserver.yaml

image: registry.reg-aws.openshift.com:443/openshift3/ose:v3.10.0

Expected results:

image: registry.reg-aws.openshift.com:443/openshift3/ose-control-plane:v3.10.0

Comment 1 Mike Fiedler 2018-04-12 02:42:01 UTC
Thanks @wmeng, did not see you already had a bz here.  Marking this as a duplicate.

*** This bug has been marked as a duplicate of bug 1565442 ***