Description of problem: From `oc explain` I can't learn anything about what this CRD is for. How reproducible: Always. Steps to Reproduce: Run `oc explain CredentialsRequest` Actual results: KIND: CredentialsRequest VERSION: cloudcredential.openshift.io/v1 DESCRIPTION: <empty> Expected results: A description of the CRD. Additional info:
Fix for this has merged https://github.com/openshift/cloud-credential-operator/pull/270
The bug has fixed. test payload: registry.svc.ci.openshift.org/ocp/release:4.7.0-0.nightly-2020-11-18-203317 $ oc explain CredentialsRequest KIND: CredentialsRequest VERSION: cloudcredential.openshift.io/v1 DESCRIPTION: CredentialsRequest is the Schema for the credentialsrequests API FIELDS: apiVersion <string> APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources kind <string> Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds metadata <Object> Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata spec <Object> -required- CredentialsRequestSpec defines the desired state of CredentialsRequest status <Object> CredentialsRequestStatus defines the observed state of CredentialsRequest
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.7.0 security, bug fix, and enhancement 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-2020:5633