3e3dadb8b7
Azure does not currently suport Calico networking. As a workaround, this patch set includes CAPZ Calico manifests that uses VXLAN, instead. The CAPZ Calico manifest are located under manifest/function/cni/calico-capz. Change-Id: Iadb2d5e10131e6a2df8cef49e2ec189ab948eeb9
13 lines
255 B
YAML
13 lines
255 B
YAML
apiVersion: apiextensions.k8s.io/v1beta1
|
|
kind: CustomResourceDefinition
|
|
metadata:
|
|
name: ippools.crd.projectcalico.org
|
|
spec:
|
|
scope: Cluster
|
|
group: crd.projectcalico.org
|
|
version: v1
|
|
names:
|
|
kind: IPPool
|
|
plural: ippools
|
|
singular: ippool
|