Skip to content

Commit 750a613

Browse files
minikube-botmedyagh
authored andcommitted
CNI: Update calico from v3.30.2 to v3.30.3
1 parent 99f1e93 commit 750a613

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

pkg/minikube/bootstrapper/images/images.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"
189189
const calicoRepo = "docker.io/calico"
190190

191191
// CalicoDaemonSet returns the image used for calicoDaemonSet

pkg/minikube/cni/calico.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)