wrong "Kind" in the CRD example

Bug #1799127 reported by Yuval Lifshitz
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
kuryr-kubernetes
New
Undecided
Unassigned

Bug Description

- [x] I have a fix to the document that I can paste below including example:
In the CRD example the "Kind" should be "NetworkAttachmentDefinition" and not "Network".

-----------------------------------
Release: on 2018-10-20 14:00
SHA: f22bd0b89bffbb8b93ed6d9d0057cb392943d7cc
Source: https://git.openstack.org/cgit/openstack/kuryr-kubernetes/tree/doc/source/specs/rocky/npwg_spec_support.rst
URL: https://docs.openstack.org/kuryr-kubernetes/latest/specs/rocky/npwg_spec_support.html

Revision history for this message
Yuval Lifshitz (yuvalif) wrote :

actually, there are other issue with the CRD exampe, should be:
apiVersion: "k8s.cni.cncf.io/v1"
kind: NetworkAttachmentDefinition
metadata:
  name: a-bridge-network
  annotations:
    openstack.org/kuryr-config: '{
      "subnetId": "id_of_neutron_subnet_created_previously"
    }'
spec:
  config: '{}'

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.