Bug 1740441 - the credentialsrequests name for ingress should follow same naming conventions
Summary: the credentialsrequests name for ingress should follow same naming conventions
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Networking
Version: 4.2.0
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
: 4.2.0
Assignee: Dan Mace
QA Contact: Hongan Li
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2019-08-13 02:18 UTC by Hongan Li
Modified: 2022-08-04 22:24 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-10-16 06:35:39 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github openshift cluster-ingress-operator pull 287 0 None None None 2019-08-13 14:22:43 UTC
Red Hat Product Errata RHBA-2019:2922 0 None None None 2019-10-16 06:35:53 UTC

Description Hongan Li 2019-08-13 02:18:26 UTC
Description of problem:

$ oc get credentialsrequests -n openshift-cloud-credential-operator
NAME                                 AGE
azure-openshift-ingress              24h
cloud-credential-operator-iam-ro     24h
gcp-openshift-ingress                24h
openshift-image-registry             24h
openshift-image-registry-azure       24h
openshift-image-registry-gcs         24h
openshift-image-registry-openstack   24h
openshift-ingress                    24h
openshift-machine-api-aws            24h
openshift-machine-api-azure          24h
openshift-machine-api-gcp            24h
openshift-machine-api-openstack      24h

Version-Release number of selected component (if applicable):
4.2.0-0.nightly-2019-08-08-103722

How reproducible:
100%

Steps to Reproduce:
1.


Actual results:
the name "azure-openshift-ingress" and "gcp-openshift-ingress" look different from other credentialsrequests name.

Expected results:
rename azure-openshift-ingress to openshift-ingress-azure
rename gcp-openshift-ingress to openshift-ingress-gcp

Additional info:

Comment 2 Hongan Li 2019-08-15 02:14:21 UTC
verified with 4.2.0-0.nightly-2019-08-14-211610 and issue has been fixed

$ oc get credentialsrequests.cloudcredential.openshift.io -n openshift-cloud-credential-operator
NAME                                 AGE
cloud-credential-operator-iam-ro     24m
openshift-image-registry             24m
openshift-image-registry-azure       24m
openshift-image-registry-gcs         24m
openshift-image-registry-openstack   24m
openshift-ingress                    24m
openshift-ingress-azure              24m
openshift-ingress-gcp                24m
openshift-machine-api-aws            24m
openshift-machine-api-azure          24m
openshift-machine-api-gcp            24m
openshift-machine-api-openstack      24m

Comment 3 errata-xmlrpc 2019-10-16 06:35:39 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, 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/RHBA-2019:2922


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