Skip to content

Commit 6e5542a

Browse files
committed
Include BGPConfiguration
Needed for calico 2.x to 3.x upgrade.
1 parent f0bae6e commit 6e5542a

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
apiVersion: apiextensions.k8s.io/v1beta1
2+
kind: CustomResourceDefinition
3+
metadata:
4+
name: bgpconfigurations.crd.projectcalico.org
5+
labels:
6+
kubernetes.io/cluster-service: "true"
7+
addonmanager.kubernetes.io/mode: Reconcile
8+
spec:
9+
scope: Cluster
10+
group: crd.projectcalico.org
11+
version: v1
12+
names:
13+
kind: BGPConfiguration
14+
plural: bgpconfigurations
15+
singular: bgpconfiguration

0 commit comments

Comments
 (0)