File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ func KindNet(repo string) string {
185185}
186186
187187// all calico images are from https://github.com/projectcalico/calico/blob/master/manifests/calico.yaml
188- const calicoVersion = "v3.30.2 "
188+ const calicoVersion = "v3.30.3 "
189189const calicoRepo = "docker.io/calico"
190190
191191// CalicoDaemonSet returns the image used for calicoDaemonSet
Original file line number Diff line number Diff line change @@ -625,6 +625,16 @@ spec:
625625 Add an exact, i.e. /32, static route toward peer IP in order to prevent route flapping.
626626 ReachableBy contains the address of the gateway which peer can be reached by.
627627 type: string
628+ reversePeering:
629+ description: |-
630+ ReversePeering, for peerings between Calico nodes controls whether
631+ the reverse peering from nodes selected by peerSelector is generated
632+ automatically. If set to Manual, a separate BGPPeer must be created
633+ for the reverse peering. [Default: Auto]
634+ enum:
635+ - Auto
636+ - Manual
637+ type: string
628638 sourceAddress:
629639 description: |-
630640 Specifies whether and how to configure a source address for the peerings generated by
You can’t perform that action at this time.
0 commit comments