Bug 1796514 - [cno] must have openAPIV3Schema for NetworkAttachmentDefinitions
Summary: [cno] must have openAPIV3Schema for NetworkAttachmentDefinitions
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Networking
Version: 4.4
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: 4.4.0
Assignee: Douglas Smith
QA Contact: Weibin Liang
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-01-30 15:51 UTC by Dan Williams
Modified: 2020-05-13 21:55 UTC (History)
0 users

Fixed In Version:
Doc Type: No Doc Update
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-05-13 21:55:46 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github openshift cluster-network-operator pull 454 0 None closed Bug 1796514: Adds openAPIV3Schema to NetworkAttachmentDefinitions 2020-04-29 11:53:24 UTC
Red Hat Product Errata RHBA-2020:0581 0 None None None 2020-05-13 21:55:47 UTC

Description Dan Williams 2020-01-30 15:51:49 UTC
OpenShift now requires openAPIV3Schema for CRDs.

Comment 2 Weibin Liang 2020-02-10 15:20:58 UTC
Tested and verified on 4.4.0-0.nightly-2020-02-10-100932


[root@dhcp-41-193 FILE]# oc get clusterversion
NAME      VERSION                             AVAILABLE   PROGRESSING   SINCE   STATUS
version   4.4.0-0.nightly-2020-02-10-100932   True        False         38m     Cluster version is 4.4.0-0.nightly-2020-02-10-100932
[root@dhcp-41-193 FILE]# oc get crd network-attachment-definitions.k8s.cni.cncf.io -o yaml
....
 versions:
  - name: v1
    schema:
      openAPIV3Schema:
        properties:
          spec:
            properties:
              config:
                type: string
            type: object
        type: object
    served: true
    storage: true
......

Comment 4 errata-xmlrpc 2020-05-13 21:55:46 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:0581


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