Bug 1914286

Summary: oc client served by the console is not updated
Product: OpenShift Container Platform Reporter: Eduardo Minguez <eminguez>
Component: ReleaseAssignee: Luke Meyer <lmeyer>
Status: CLOSED DUPLICATE QA Contact: Wei Sun <wsun>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 4.6CC: aballant, aos-bugs, jokerman, mfojtik, nmukherj, pablo.iranzo
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: 2021-01-15 22:17:25 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:
Bug Depends On:    
Bug Blocks: 1831748    

Description Eduardo Minguez 2021-01-08 14:30:44 UTC
Description of problem:
The oc binary downloaded from the console is outdated

Version-Release number of selected component (if applicable):
4.6.9

How reproducible:
Install or upgrade an OCP 4.6.9 cluster


Steps to Reproduce:
1. wget --no-check-certificate https://$(oc get route downloads -n openshift-console -o jsonpath={.spec.host})/amd64/linux/oc.tar
2. tar xvf oc.tar
3. ./oc version

or

oc exec $(oc get po -n openshift-console -l component=downloads -o name | tail -n1) -- /usr/share/openshift/linux_amd64/oc version

Actual results:
Client Version: openshift-clients-4.6.0-202006250705.p0-168-g02c110006

Expected results:
Client Version: 4.6.9

Additional info:

Comment 1 Maciej Szulik 2021-01-08 15:33:12 UTC
Moving over to console team that owns that bit of configuration.

Comment 2 Eduardo Minguez 2021-01-08 15:44:45 UTC
Actually I reported this as oc because of https://bugzilla.redhat.com/show_bug.cgi?id=1837958

Comment 3 Jakub Hadvig 2021-01-11 16:10:12 UTC
So console is just consuming the binaries from the `cli-artifacts` image.
Re-assigning to Release team, since it looks like a similar issue to the https://bugzilla.redhat.com/show_bug.cgi?id=1911307

Comment 4 Luke Meyer 2021-01-15 22:17:25 UTC

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