Bug 1819571

Summary: `oc explain network-attachment-definitions` returns empty description
Product: OpenShift Container Platform Reporter: huirwang
Component: NetworkingAssignee: Douglas Smith <dosmith>
Networking sub component: openshift-sdn QA Contact: huirwang
Status: CLOSED ERRATA Docs Contact:
Severity: high    
Priority: unspecified CC: aconstan, anbhat, bbennett, dosmith, tohayash, weliang
Version: 4.6   
Target Milestone: ---   
Target Release: 4.6.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard: SDN-CI-IMPACT
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of:
: 1823709 1861412 (view as bug list) Environment:
Last Closed: 2020-10-27 15:57:43 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:
Bug Depends On:    
Bug Blocks: 1823711, 1861412    

Description huirwang 2020-04-01 05:38:37 UTC
Description of problem:


Version-Release number of selected component (if applicable):
 4.5.0-0.nightly-2020-03-30-174407 

How reproducible:
Always

Steps to Reproduce:


oc explain network-attachment-definitions
KIND:     NetworkAttachmentDefinition
VERSION:  k8s.cni.cncf.io/v1

DESCRIPTION:
     <empty>




Expected results:
Should return detailed description information and related fields explanation.

Additional info:

Comment 3 Ben Bennett 2020-05-08 20:26:36 UTC
@doug -- Any updates?  Thanks

Comment 8 Tomofumi Hayashi 2020-07-28 03:18:13 UTC
upstream PR: https://github.com/intel/multus-cni/pull/541

Comment 9 Douglas Smith 2020-07-31 13:38:18 UTC
downstream PR @ https://github.com/openshift/cluster-network-operator/pull/729

Comment 12 Weibin Liang 2020-08-03 17:14:25 UTC
Fix is not in latest v4.6 nightly image yet

[weliang@weliang tools]$ oc explain network-attachment-definitions
KIND:     NetworkAttachmentDefinition
VERSION:  k8s.cni.cncf.io/v1

DESCRIPTION:
     <empty>
[weliang@weliang tools]$ oc get clusterversion
NAME      VERSION                             AVAILABLE   PROGRESSING   SINCE   STATUS
version   4.6.0-0.nightly-2020-08-03-091920   True        False         3h41m   Cluster version is 4.6.0-0.nightly-2020-08-03-091920
[weliang@weliang tools]$

Comment 13 Tomofumi Hayashi 2020-08-05 05:44:30 UTC
Weibin, acked. Now I propose additional fix for that.

Comment 15 Weibin Liang 2020-08-13 14:26:01 UTC
[weliang@weliang verification-tests]$ oc get clusterversions
NAME      VERSION                             AVAILABLE   PROGRESSING   SINCE   STATUS
version   4.6.0-0.nightly-2020-08-13-091737   True        False         6m26s   Cluster version is 4.6.0-0.nightly-2020-08-13-091737
[weliang@weliang verification-tests]$ oc explain network-attachment-definitions
KIND:     NetworkAttachmentDefinition
VERSION:  k8s.cni.cncf.io/v1

DESCRIPTION:
     NetworkAttachmentDefinition is a CRD schema specified by the Network
     Plumbing Working Group to express the intent for attaching pods to one or
     more logical or physical networks. More information available at:
     https://github.com/k8snetworkplumbingwg/multi-net-spec

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>
     NetworkAttachmentDefinition spec defines the desired state of a network
     attachment

[weliang@weliang verification-tests]$

Comment 17 errata-xmlrpc 2020-10-27 15:57:43 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 (OpenShift Container Platform 4.6 GA Images), 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-2020:4196