Bug 1777707

Summary: oc explain cannot work for network CRD
Product: OpenShift Container Platform Reporter: huirwang
Component: NetworkingAssignee: Aniket Bhat <anbhat>
Networking sub component: openshift-sdn QA Contact: huirwang
Status: CLOSED WONTFIX Docs Contact:
Severity: medium    
Priority: medium CC: aconstan, anbhat, zzhao
Version: 4.3.0Keywords: Reopened
Target Milestone: ---   
Target Release: 4.3.z   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard: SDN-CI-IMPACT,SDN-BP
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-08-24 17:36:49 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: 1769015    
Bug Blocks:    

Description huirwang 2019-11-28 06:13:35 UTC
Version-Release number of selected component (if applicable):
4.3.0-0.nightly-2019-11-27-041100

How reproducible:
always

Steps to Reproduce:
1. 
huiran-mac:script hrwang$ oc get crd | grep network
clusternetworks.network.openshift.io                        2019-11-28T01:05:58Z
egressnetworkpolicies.network.openshift.io                  2019-11-28T01:05:58Z
hostsubnets.network.openshift.io                            2019-11-28T01:05:58Z
netnamespaces.network.openshift.io                          2019-11-28T01:05:58Z
network-attachment-definitions.k8s.cni.cncf.io              2019-11-28T01:05:52Z
networks.config.openshift.io                                2019-11-28T01:04:36Z
networks.operator.openshift.io                              2019-11-28T01:04:38Z
operatorpkis.network.operator.openshift.io                  2019-11-28T01:05:12Z


huiran-mac:script hrwang$ oc explain clusternetworks
KIND:     ClusterNetwork
VERSION:  network.openshift.io/v1

DESCRIPTION:
     <empty>

huiran-mac:script hrwang$ oc explain egressnetworkpolicies
KIND:     EgressNetworkPolicy
VERSION:  network.openshift.io/v1

DESCRIPTION:
     <empty>
     
huiran-mac:script hrwang$ oc explain hostsubnets
KIND:     HostSubnet
VERSION:  network.openshift.io/v1

DESCRIPTION:
     <empty>
huiran-mac:script hrwang$ oc explain netnamespaces
KIND:     NetNamespace
VERSION:  network.openshift.io/v1

DESCRIPTION:
     <empty>
huiran-mac:script hrwang$ oc explain network-attachment-definitions
KIND:     NetworkAttachmentDefinition
VERSION:  k8s.cni.cncf.io/v1

DESCRIPTION:
     <empty>



Actual results:
No Description and Fileds for above CRDs.

Expected results:
Should have Description and Fileds for above CRDs.

Additional info:

Comment 1 zhaozhanqi 2019-12-12 08:31:43 UTC
casey, could you help check this bug, it affects the customer experience if it's not working, thanks

Comment 2 Casey Callendrello 2019-12-12 13:37:20 UTC
Yeah, we know about this one; we have a fix but it won't make it in to 4.3.0; we'll backport it.

*** This bug has been marked as a duplicate of bug 1769015 ***

Comment 3 zhaozhanqi 2020-03-13 02:21:11 UTC
as this bug is fixed in 4.4. So we need to backport to 4.3 also, reopen this bug to trace 4.3 version.

Comment 8 zhaozhanqi 2020-04-03 02:08:13 UTC
Thanks Eric. Added Depends on bug and reset the target release to 4.3.z.

Comment 11 huirwang 2020-06-19 02:50:56 UTC
It is okay for me to fix it later.

Comment 13 zhaozhanqi 2020-07-10 02:01:38 UTC
@Aniket,  yes. this issue already fixed in 4.4 and later.  
IMO, we also better to backport to 4.3 version if can since 4.3 customer may want to check the help information. it really affect the user experience. 
thanks