Bug 2117452
| Summary: | oc explain returning error | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Milind Yadav <miyadav> |
| Component: | oc | Assignee: | Jan Chaloupka <jchaloup> |
| oc sub component: | oc | QA Contact: | zhou ying <yinzhou> |
| Status: | CLOSED NOTABUG | Docs Contact: | |
| Severity: | high | ||
| Priority: | unspecified | CC: | jchaloup, mfojtik |
| Version: | 4.7 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2022-08-11 05:36:58 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: | |||
|
Description
Milind Yadav
2022-08-11 03:36:55 UTC
After checking another bug , already discussed here- https://bugzilla.redhat.com/show_bug.cgi?id=2102045 and since below works so closing it [miyadav@miyadav openshift-client-linux-4.7.0-0.nightly-2022-08-03-204229]$ ls kubectl oc README.md [miyadav@miyadav openshift-client-linux-4.7.0-0.nightly-2022-08-03-204229]$ ./oc explain machine KIND: Machine VERSION: machine.openshift.io/v1beta1 DESCRIPTION: Machine is the Schema for the machines 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> MachineSpec defines the desired state of Machine status <Object> MachineStatus defines the observed state of Machine [miyadav@miyadav openshift-client-linux-4.7.0-0.nightly-2022-08-03-204229]$ |