Bug 1887751
| Summary: | `oc explain localvolumediscoveryresult` returns empty description | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Qin Ping <piqin> |
| Component: | Storage | Assignee: | Jan Safranek <jsafrane> |
| Storage sub component: | Local Storage Operator | QA Contact: | Chao Yang <chaoyang> |
| Status: | CLOSED ERRATA | Docs Contact: | |
| Severity: | low | ||
| Priority: | low | CC: | aos-bugs, chaoyang, jsafrane, sabose |
| Version: | 4.6 | ||
| Target Milestone: | --- | ||
| Target Release: | 4.7.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | No Doc Update | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2021-02-24 15:25:34 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: | |||
Did you try the latest `oc` version for 4.6? It needs to be up to date to get descriptions from newer cluster. Yes, client version is 4.6.0-0.nightly-2020-09-24-015627, update client to
4.6.0-rc.4, still get the same issue.
[piqin@preserve-storage-server1 4.6]$ oc --kubeconfig=/home/piqin/kubeconfig.aws explain localvolumediscovery
KIND: LocalVolumeDiscovery
VERSION: local.storage.openshift.io/v1alpha1
DESCRIPTION:
<empty>
[piqin@preserve-storage-server1 4.6]$ oc version
Client Version: 4.6.0-rc.4
Server Version: 4.6.0-0.nightly-2020-10-12-202502
Kubernetes Version: v1.19.0+d59ce34
[piqin@preserve-storage-server1 4.6]$ oc --kubeconfig=/home/piqin/kubeconfig.aws explain localvolumediscoveryresult
KIND: LocalVolumeDiscoveryResult
VERSION: local.storage.openshift.io/v1alpha1
DESCRIPTION:
<empty>
oc explain localvolumediscoveryresult
KIND: LocalVolumeDiscoveryResult
VERSION: local.storage.openshift.io/v1alpha1
DESCRIPTION:
<empty>
oc version
Client Version: 4.7.0-0.nightly-2020-10-26-152308
Server Version: 4.7.0-0.nightly-2020-10-27-051128
4.7 images were not built for some reason. Checking with ART. oc explain localvolumediscoveryresult
KIND: LocalVolumeDiscoveryResult
VERSION: local.storage.openshift.io/v1alpha1
DESCRIPTION:
LocalVolumeDiscoveryResult is the Schema for the
localvolumediscoveryresults 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>
LocalVolumeDiscoveryResultSpec defines the desired state of
LocalVolumeDiscoveryResult
status <Object>
LocalVolumeDiscoveryResultStatus defines the observed state of
LocalVolumeDiscoveryResult
local-storage-operator.4.7.0-202011181859.p0 Local Storage 4.7.0-202011181859.p0 Succeeded
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 |
Description of Problem: `oc explain localvolumediscoveryresult` returns empty description Version-Release number of selected component (if applicable): LSO version: 4.6.0-202010061132.p0 How Reproducible: Always Steps to Reproduce: oc --kubeconfig=/home/piqin/kubeconfig.stage explain localvolumediscoveryresult Actual Results: $ oc --kubeconfig=/home/piqin/kubeconfig.stage explain localvolumediscoveryresult KIND: LocalVolumeDiscoveryResult VERSION: local.storage.openshift.io/v1alpha1 DESCRIPTION: <empty> Expected Results: Should return detailed description and related fields explanation.