Bug 1565442

Summary: master api/controller should use updated image for 3.10
Product: OpenShift Container Platform Reporter: Weihua Meng <wmeng>
Component: InstallerAssignee: Scott Dodson <sdodson>
Status: CLOSED DUPLICATE QA Contact: Johnny Liu <jialiu>
Severity: high Docs Contact:
Priority: high    
Version: 3.10.0CC: aos-bugs, dma, jokerman, lxia, mifiedle, mmccomas
Target Milestone: ---Keywords: TestBlocker
Target Release: 3.10.0   
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-16 20:02:11 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 Weihua Meng 2018-04-10 03:02:53 UTC
Description of problem:
master api/controller should use updated image for 3.10

new image (openshift3/ose-control-plane) should used instead of openshift3/ose
Version-Release number of the following components:
openshift-ansible-3.10.0-0.16.0.git.0.8925606.el7.noarch.rpm

How reproducible:
Always

Steps to Reproduce:
1. check cluster


Actual results:
# oc version
oc v3.10.0-0.16.0
kubernetes v1.9.1+a0ce1bc657
features: Basic-Auth GSSAPI Kerberos SPNEGO

Server https://shared-wmengrpm3103-master-etcd-1:8443
openshift v3.10.0-0.14.0
kubernetes v1.9.1+a0ce1bc657

# oc get pods -n kube-system 
NAME                                                   READY     STATUS    RESTARTS   AGE
master-api-shared-wmengrpm3103-master-etcd-1           1/1       Running   2          1d
master-controllers-shared-wmengrpm3103-master-etcd-1   1/1       Running   2          1d
master-etcd-shared-wmengrpm3103-master-etcd-1          1/1       Running   0          1d

# oc get pods -o yaml -n kube-system | grep image:
      image: registry.reg-aws.openshift.com:443/openshift3/ose:v3.10
      image: registry.reg-aws.openshift.com:443/openshift3/ose:v3.10
      image: registry.reg-aws.openshift.com:443/openshift3/ose:v3.10
      image: registry.reg-aws.openshift.com:443/openshift3/ose:v3.10
      image: registry.access.redhat.com/rhel7/etcd
      image: registry.access.redhat.com/rhel7/etcd:latest

# cat /etc/origin/node/pods/apiserver.yaml
    image: registry.reg-aws.openshift.com:443/openshift3/ose:v3.10

Expected results:
new image (openshift3/ose-control-plane) used, as openshift3/ose is not update, latest one is v3.10.0-0.14.0.0.

See bug: https://bugzilla.redhat.com/show_bug.cgi?id=1565121

Comment 1 Mike Fiedler 2018-04-12 02:42:01 UTC
*** Bug 1566076 has been marked as a duplicate of this bug. ***

Comment 2 Scott Dodson 2018-04-16 20:02:11 UTC

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