Update kube-ovn to 1.2.0 - also update minor version for multus and weave (#6223)

This commit is contained in:
Florian Ruynat
2020-06-09 21:09:01 +02:00
committed by GitHub
parent 144743e818
commit ecc3a0aec5
4 changed files with 35 additions and 14 deletions

View File

@@ -65,10 +65,10 @@ spec:
type: string
JSONPath: .spec.gatewayType
- name: Used
type: integer
type: number
JSONPath: .status.usingIPs
- name: Available
type: integer
type: number
JSONPath: .status.availableIPs
validation:
openAPIV3Schema:
@@ -79,4 +79,29 @@ spec:
cidrBlock:
type: "string"
gateway:
type: "string"
type: "string"
---
apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
name: vlans.kubeovn.io
spec:
group: kubeovn.io
version: v1
scope: Cluster
names:
plural: vlans
singular: vlan
kind: Vlan
shortNames:
- vlan
additionalPrinterColumns:
- name: VlanID
type: string
JSONPath: .spec.vlanId
- name: ProviderInterfaceName
type: string
JSONPath: .spec.providerInterfaceName
- name: Subnet
type: string
JSONPath: .spec.subnet

View File

@@ -27,7 +27,6 @@ rules:
- subnets/status
- ips
- vlans
- networks
verbs:
- "*"
- apiGroups: