Skip to content

Commit

Permalink
Merge pull request #18641 from minikube-bot/auto_bump_flannel_version
Browse files Browse the repository at this point in the history
CNI: Update flannel from v0.24.4 to v0.25.1
  • Loading branch information
spowelljr authored Apr 15, 2024
2 parents d075547 + dade0c7 commit b7373fb
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions pkg/minikube/cni/flannel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,6 @@ rules:
- nodes/status
verbs:
- patch
- apiGroups:
- networking.k8s.io
resources:
- clustercidrs
verbs:
- list
- watch
---
kind: ClusterRoleBinding
apiVersion: rbac.authorization.k8s.io/v1
Expand Down Expand Up @@ -98,6 +91,7 @@ data:
net-conf.json: |
{
"Network": "{{ .PodCIDR }}",
"EnableNFTables": false,
"Backend": {
"Type": "vxlan"
}
Expand Down Expand Up @@ -150,7 +144,7 @@ spec:
- name: cni-plugin
mountPath: /opt/cni/bin
- name: install-cni
image: docker.io/flannel/flannel:v0.24.4
image: docker.io/flannel/flannel:v0.25.1
command:
- cp
args:
Expand All @@ -164,7 +158,7 @@ spec:
mountPath: /etc/kube-flannel/
containers:
- name: kube-flannel
image: docker.io/flannel/flannel:v0.24.4
image: docker.io/flannel/flannel:v0.25.1
command:
- /opt/bin/flanneld
args:
Expand Down

0 comments on commit b7373fb

Please sign in to comment.