Bug 1949218

Summary: ccoctl not included in container image
Product: OpenShift Container Platform Reporter: Joel Diaz <jdiaz>
Component: Cloud Credential OperatorAssignee: Joel Diaz <jdiaz>
Status: CLOSED ERRATA QA Contact: wang lin <lwan>
Severity: medium Docs Contact:
Priority: high    
Version: 4.8CC: lwan
Target Milestone: ---   
Target Release: 4.8.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: No Doc Update
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2021-07-27 23:00:23 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 Joel Diaz 2021-04-13 18:01:42 UTC
Description of problem:
New ccoctl tool is missing from cloud-credential-operator container image.

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


How reproducible:
100%

Steps to Reproduce:
1. Inspect cloud-credential-operator container image filesystem under /usr/bin/
2.
3.

Actual results:
ccoctl is not there


Expected results:
ccoctl is there


Additional info:

Comment 2 wang lin 2021-04-19 02:43:40 UTC
Verified on registry.ci.openshift.org/ocp/release:4.8.0-0.nightly-2021-04-18-101412

1.get cco pullspec
$cco_image=`oc adm release info registry.ci.openshift.org/ocp/release:4.8.0-0.nightly-2021-04-18-101412 --pullspecs | awk '/cloud-credential-operator/{ print $2 }'`
2.create a container with above image
$CTR=$(podman create $cco_image);podman cp ${CTR}:/usr/bin/ccoctl ./ccoctl
3. ccoctl is included in container image
$ ls | grep ccoctl
ccoctl

Comment 5 errata-xmlrpc 2021-07-27 23:00:23 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory (Moderate: OpenShift Container Platform 4.8.2 bug fix and security update), and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHSA-2021:2438