Bug 1914286 - oc client served by the console is not updated
Summary: oc client served by the console is not updated
Keywords:
Status: CLOSED DUPLICATE of bug 1862377
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Release
Version: 4.6
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: Luke Meyer
QA Contact: Wei Sun
URL:
Whiteboard:
Depends On:
Blocks: dit
TreeView+ depends on / blocked
 
Reported: 2021-01-08 14:30 UTC by Eduardo Minguez
Modified: 2021-01-15 22:17 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2021-01-15 22:17:25 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

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 ***


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