Bug 1762343 - Description is empty when oc explain networks.spec.externalIP
Summary: Description is empty when oc explain networks.spec.externalIP
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Networking
Version: 4.3.0
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ---
: 4.3.0
Assignee: Aniket Bhat
QA Contact: zhaozhanqi
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2019-10-16 14:56 UTC by Weibin Liang
Modified: 2020-01-23 11:08 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-01-23 11:07:48 UTC
Target Upstream Version:
Embargoed:
weliang: needinfo-


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2020:0062 0 None None None 2020-01-23 11:08:15 UTC

Description Weibin Liang 2019-10-16 14:56:46 UTC
Description of problem:
Comparing v4.2, description is empty when oc explain networks.spec.externalIP in v4.3

Version-Release number of selected component (if applicable):
4.3.0-0.ci-2019-10-14-104454

How reproducible:
Always

Steps to Reproduce:
#### v4.3
[root@dhcp-41-193 FILE]# oc get clusterversion
NAME      VERSION                        AVAILABLE   PROGRESSING   SINCE   STATUS
version   4.3.0-0.ci-2019-10-14-104454   True        False         53m     Cluster version is 4.3.0-0.ci-2019-10-14-104454
[root@dhcp-41-193 FILE]# oc explain networks.spec.externalIP
KIND:     Network
VERSION:  config.openshift.io/v1

DESCRIPTION:
     <empty>
[root@dhcp-41-193 FILE]# 


##### v4.2
[root@dhcp-41-193 AWS]# oc explain networks.spec.externalIP
KIND:     Network
VERSION:  config.openshift.io/v1

RESOURCE: externalIP <Object>

DESCRIPTION:
     externalIP defines configuration for controllers that affect
     Service.ExternalIP

FIELDS:
   autoAssignCIDRs	<[]string>
     autoAssignCIDRs is a list of CIDRs from which to automatically assign
     Service.ExternalIP. These are assigned when the service is of type
     LoadBalancer. In general, this is only useful for bare-metal clusters. In
     Openshift 3.x, this was misleadingly called "IngressIPs". Automatically
     assigned External IPs are not affected by any ExternalIPPolicy rules.
     Currently, only one entry may be provided.

   policy	<Object>
     policy is a set of restrictions applied to the ExternalIP field. If nil,
     any value is allowed for an ExternalIP. If the empty/zero policy is
     supplied, then ExternalIP is not allowed to be set.

[root@dhcp-41-193 AWS]# 
[root@dhcp-41-193 AWS]# oc get clusterversions
NAME      VERSION                        AVAILABLE   PROGRESSING   SINCE   STATUS
version   4.2.0-0.ci-2019-08-07-101246   True        False         18m     Cluster version is 4.2.0-0.ci-2019-08-07-101246
[root@dhcp-41-193 AWS]#
Actual results:


Expected results:
Should show detail inform as v4.2 does

Additional info:

Comment 1 Aniket Bhat 2019-11-26 16:55:04 UTC
@Weibin, can you check the output of `oc explain` again on a latest 4.3 build? This should be fixed now.

Comment 2 Weibin Liang 2019-11-26 18:08:10 UTC
[root@dhcp-41-193 ~]# oc explain networks.spec.externalIP
KIND:     Network
VERSION:  config.openshift.io/v1

RESOURCE: externalIP <Object>

DESCRIPTION:
     externalIP defines configuration for controllers that affect
     Service.ExternalIP. If nil, then ExternalIP is not allowed to be set.

FIELDS:
   autoAssignCIDRs	<[]string>
     autoAssignCIDRs is a list of CIDRs from which to automatically assign
     Service.ExternalIP. These are assigned when the service is of type
     LoadBalancer. In general, this is only useful for bare-metal clusters. In
     Openshift 3.x, this was misleadingly called "IngressIPs". Automatically
     assigned External IPs are not affected by any ExternalIPPolicy rules.
     Currently, only one entry may be provided.

   policy	<Object>
     policy is a set of restrictions applied to the ExternalIP field. If nil or
     empty, then ExternalIP is not allowed to be set.

[root@dhcp-41-193 ~]# oc get clusterversions
NAME      VERSION                             AVAILABLE   PROGRESSING   SINCE   STATUS
version   4.3.0-0.nightly-2019-11-25-022933   True        False         3h46m   Cluster version is 4.3.0-0.nightly-2019-11-25-022933
[root@dhcp-41-193 ~]#

Comment 4 errata-xmlrpc 2020-01-23 11:07:48 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, 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:0062


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