Skip to content

Commit b7373fb

Browse files
authored
Merge pull request #18641 from minikube-bot/auto_bump_flannel_version
CNI: Update flannel from v0.24.4 to v0.25.1
2 parents d075547 + dade0c7 commit b7373fb

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

Diff for: pkg/minikube/cni/flannel.yaml

+3-9
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,6 @@ rules:
3434
- nodes/status
3535
verbs:
3636
- patch
37-
- apiGroups:
38-
- networking.k8s.io
39-
resources:
40-
- clustercidrs
41-
verbs:
42-
- list
43-
- watch
4437
---
4538
kind: ClusterRoleBinding
4639
apiVersion: rbac.authorization.k8s.io/v1
@@ -98,6 +91,7 @@ data:
9891
net-conf.json: |
9992
{
10093
"Network": "{{ .PodCIDR }}",
94+
"EnableNFTables": false,
10195
"Backend": {
10296
"Type": "vxlan"
10397
}
@@ -150,7 +144,7 @@ spec:
150144
- name: cni-plugin
151145
mountPath: /opt/cni/bin
152146
- name: install-cni
153-
image: docker.io/flannel/flannel:v0.24.4
147+
image: docker.io/flannel/flannel:v0.25.1
154148
command:
155149
- cp
156150
args:
@@ -164,7 +158,7 @@ spec:
164158
mountPath: /etc/kube-flannel/
165159
containers:
166160
- name: kube-flannel
167-
image: docker.io/flannel/flannel:v0.24.4
161+
image: docker.io/flannel/flannel:v0.25.1
168162
command:
169163
- /opt/bin/flanneld
170164
args:

0 commit comments

Comments
 (0)