Bug 1475022 - Pulling ose-keepalived-ipfailover:v3.6.170 image failed
Summary: Pulling ose-keepalived-ipfailover:v3.6.170 image failed
Keywords:
Status: CLOSED DEFERRED
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Documentation
Version: 3.6.0
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: ---
: ---
Assignee: Vikram Goyal
QA Contact: Vikram Goyal
Vikram Goyal
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-07-25 21:09 UTC by Weibin Liang
Modified: 2019-11-21 12:46 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-11-21 12:46:43 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Comment 1 Scott Dodson 2017-07-26 18:15:00 UTC
You need to set --images='registry.ops.openshift.com/openshift3/ose-${component}:${version}'

oadm router / registry / ipfailover have never been smart enough to query the API for image name expansion so you have to pass it in to the command line.

Comment 2 Scott Dodson 2017-07-26 18:15:36 UTC
# oadm ipfailover ipf-har --replicas=1 --watch-port 80 --selector="infra=ha-router" --virtual-ips="172.18.1.153" --service-account=admin --images='registry.ops.openshift.com/openshift3/ose-${component}:${version}' -o yaml | grep 'image:'

          image: registry.ops.openshift.com/openshift3/ose-keepalived-ipfailover:v3.6.170

Comment 3 Weibin Liang 2017-07-26 18:45:02 UTC
If --images='registry.ops.openshift.com/openshift3/ose-${component}:${version}' is mandatory option to deploy ipfailover pod, we may need update this in our documents in https://docs.openshift.com/container-platform/3.5/admin_guide/high_availability.html and documents for 3.6 release


## Test passed with --image option

[root@ip-172-18-3-177 ~]# oadm ipfailover ipf-har --replicas=1 --watch-port=80 --selector="infra=ha-router" --virtual-ips="172.18.1.153" --service-account=harp --images='registry.ops.openshift.com/openshift3/ose-${component}:${version}'
--> Creating IP failover ipf-har ...
    error: serviceaccounts "harp" already exists
    deploymentconfig "ipf-har" created
--> Failed
[root@ip-172-18-3-177 ~]# oc get pods
NAME               READY     STATUS              RESTARTS   AGE
ipf-har-1-deploy   1/1       Running             0          7s
ipf-har-1-gvmzs    0/1       ContainerCreating   0          1s
[root@ip-172-18-3-177 ~]# oc get pods
NAME              READY     STATUS    RESTARTS   AGE
ipf-har-1-gvmzs   1/1       Running   0          27s
[root@ip-172-18-3-177 ~]#

Comment 4 Stephen Cuppett 2019-11-21 12:46:43 UTC
OCP 3.6-3.10 is no longer on full support [1]. Marking un-triaged bugs CLOSED DEFERRED. If you have a customer case with a support exception or have reproduced on 3.11+, please reopen and include those details. When reopening, please set the Version to the appropriate version where reproduced.

[1]: https://access.redhat.com/support/policy/updates/openshift


Note You need to log in before you can comment on or make changes to this bug.