OCPBUGS-65849: Add descriptions to owned CRDs in CSV#1000
OCPBUGS-65849: Add descriptions to owned CRDs in CSV#1000openshift-merge-bot[bot] merged 4 commits intonextfrom
Conversation
The OpenShift console shows "Not available" for DASOperator, AllocationClaim, and NodeAccelerator on the Operator details page because the description field is missing from the owned CRD entries in the ClusterServiceVersion. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
@harche: This pull request references Jira Issue OCPBUGS-65849, which is valid. No validations were run on this bugDetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
/test e2e-bundle-runc |
| - kind: DASOperator | ||
| name: dasoperators.inference.redhat.com | ||
| version: v1alpha1 | ||
| description: DASOperator is the Schema for the DASOperator API |
There was a problem hiding this comment.
Each description has a different style.
Can we make these all consistent?
Co-authored-by: Kevin Hannon <kehannon@redhat.com>
Co-authored-by: Kevin Hannon <kehannon@redhat.com>
Co-authored-by: Kevin Hannon <kehannon@redhat.com>
|
GPU quota issue, trying again, /test e2e-bundle-runc |
|
/test e2e-bundle-runc |
|
@harche: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|
/cc @kannon92 for review. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: harche, sairameshv The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Summary
descriptionfield is missing fromspec.customresourcedefinitions.ownedentries in the CSV.descriptionfields to all three owned CRD entries inbundle-ocp/manifests/das-operator.clusterserviceversion.yaml.Details
The console reads
crd.descriptionfrom the CSV and passes it to aMarkdownViewcomponent (clusterserviceversion.tsx#L870). When undefined,SyncMarkdownViewfalls back to "Not available" (markdown-view.tsx#L14).Jira: https://issues.redhat.com/browse/OCPBUGS-65849
Test plan
./generate-fbc.shin the FBC repo🤖 Generated with Claude Code