Bug 1777707 - oc explain cannot work for network CRD
Summary: oc explain cannot work for network CRD
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Networking
Version: 4.3.0
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
: 4.3.z
Assignee: Aniket Bhat
QA Contact: huirwang
URL:
Whiteboard: SDN-CI-IMPACT,SDN-BP
Depends On: 1769015
Blocks:
TreeView+ depends on / blocked
 
Reported: 2019-11-28 06:13 UTC by huirwang
Modified: 2020-08-24 17:36 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-08-24 17:36:49 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

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


Note You need to log in before you can comment on or make changes to this bug.