File tree 1 file changed +3
-9
lines changed
1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -34,13 +34,6 @@ rules:
34
34
- nodes/status
35
35
verbs :
36
36
- patch
37
- - apiGroups :
38
- - networking.k8s.io
39
- resources :
40
- - clustercidrs
41
- verbs :
42
- - list
43
- - watch
44
37
---
45
38
kind : ClusterRoleBinding
46
39
apiVersion : rbac.authorization.k8s.io/v1
98
91
net-conf.json : |
99
92
{
100
93
"Network": "{{ .PodCIDR }}",
94
+ "EnableNFTables": false,
101
95
"Backend": {
102
96
"Type": "vxlan"
103
97
}
@@ -150,7 +144,7 @@ spec:
150
144
- name : cni-plugin
151
145
mountPath : /opt/cni/bin
152
146
- name : install-cni
153
- image : docker.io/flannel/flannel:v0.24.4
147
+ image : docker.io/flannel/flannel:v0.25.1
154
148
command :
155
149
- cp
156
150
args :
@@ -164,7 +158,7 @@ spec:
164
158
mountPath : /etc/kube-flannel/
165
159
containers :
166
160
- name : kube-flannel
167
- image : docker.io/flannel/flannel:v0.24.4
161
+ image : docker.io/flannel/flannel:v0.25.1
168
162
command :
169
163
- /opt/bin/flanneld
170
164
args :
You can’t perform that action at this time.
0 commit comments