-
Bug
-
Resolution: Unresolved
-
Minor
-
4.20, 4.21
-
Quality / Stability / Reliability
-
False
-
-
None
-
Low
-
None
-
None
-
None
-
None
-
In Progress
-
Release Note Not Required
-
None
-
None
-
None
-
None
-
None
This is a clone of issue OCPBUGS-61475. The following is the description of the original issue:
—
Description of problem:
The default container in the cloud credential operator deployment is the rbac container. This makes it so that the -c parameter must be specified when running commands such as the following in order to see the actual operator's logs. oc logs deployment/cloud-credential-operator
Version-Release number of selected component (if applicable):
4.21, 4.20, and prior
How reproducible:
always
Steps to Reproduce:
1.deploy any cluster with cco enabled 2.oc -n openshift-cloud-credential-operator logs deployments/deployment/cloud-credential-operator 3.
Actual results:
Defaulted container "kube-rbac-proxy" out of: kube-rbac-proxy, cloud-credential-operator <...>
Expected results:
Defaulted container "cloud-credential-operator" out of: kube-rbac-proxy, cloud-credential-operator
Additional info:
- clones
-
OCPBUGS-61475 the default container on the cloud credential operator should not be the kube-rbac-proxy container
-
- Verified
-
- is blocked by
-
OCPBUGS-61475 the default container on the cloud credential operator should not be the kube-rbac-proxy container
-
- Verified
-
- links to