Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pkg/minikube/bootstrapper/images/images.go
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ func KindNet(repo string) string {
}

// all calico images are from https://github.com/projectcalico/calico/blob/master/manifests/calico.yaml
const calicoVersion = "v3.30.2"
const calicoVersion = "v3.30.3"
const calicoRepo = "docker.io/calico"

// CalicoDaemonSet returns the image used for calicoDaemonSet
Expand Down
10 changes: 10 additions & 0 deletions pkg/minikube/cni/calico.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -625,6 +625,16 @@ spec:
Add an exact, i.e. /32, static route toward peer IP in order to prevent route flapping.
ReachableBy contains the address of the gateway which peer can be reached by.
type: string
reversePeering:
description: |-
ReversePeering, for peerings between Calico nodes controls whether
the reverse peering from nodes selected by peerSelector is generated
automatically. If set to Manual, a separate BGPPeer must be created
for the reverse peering. [Default: Auto]
enum:
- Auto
- Manual
type: string
sourceAddress:
description: |-
Specifies whether and how to configure a source address for the peerings generated by
Expand Down
Loading