Update calico to version 3.24.0
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Adrien Reslinger 2022-08-20 11:58:01 +02:00
parent 8e4129387e
commit 0de1caead0
Signed by: adrien
GPG key ID: DA7B27055C66D6DE
30 changed files with 101 additions and 49 deletions

View file

@ -1,3 +1,4 @@
# Source: calico/templates/kdd-crds.yaml
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
@ -9,6 +10,7 @@ spec:
listKind: IPAMConfigList
plural: ipamconfigs
singular: ipamconfig
preserveUnknownFields: false
scope: Cluster
versions:
- name: v1
@ -36,6 +38,8 @@ spec:
maxBlocksPerHost:
description: MaxBlocksPerHost, if non-zero, is the max number of blocks
that can be affine to each host.
maximum: 2147483647
minimum: 0
type: integer
strictAffinity:
type: boolean
@ -52,4 +56,3 @@ status:
plural: ""
conditions: []
storedVersions: []