File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed
cluster/addons/calico-policy-controller Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,12 @@ rules:
14
14
- namespaces
15
15
verbs :
16
16
- get
17
+ # calico/node checks configmaps for cluster CIDR.
18
+ - apiGroups : [""]
19
+ resources :
20
+ - configmaps
21
+ verbs :
22
+ - get
17
23
- apiGroups : [""]
18
24
resources :
19
25
- endpoints
55
61
verbs :
56
62
- patch
57
63
# Calico monitors various CRDs for config.
58
- # Note: Though we are not using ipam from calico, calico node still needs those permission
64
+ # Note: Though we are not using ipam from calico, calico node still needs those permissions
59
65
# to boot.
60
66
- apiGroups : ["crd.projectcalico.org"]
61
67
resources :
Original file line number Diff line number Diff line change 27
27
terminationGracePeriodSeconds : 0
28
28
initContainers :
29
29
- name : install-cni
30
- image : gcr.io/projectcalico-org/cni:v3.8.4
30
+ image : gcr.io/projectcalico-org/cni:v3.15.2
31
31
command : ["/install-cni.sh"]
32
32
env :
33
33
- name : CNI_CONF_NAME
78
78
# container programs network policy and routes on each
79
79
# host.
80
80
- name : calico-node
81
- image : gcr.io/projectcalico-org/node:v3.8.4
81
+ image : gcr.io/projectcalico-org/node:v3.15.2
82
82
env :
83
83
- name : CALICO_MANAGE_CNI
84
84
value : " true"
Original file line number Diff line number Diff line change 23
23
hostNetwork : true
24
24
serviceAccountName : calico
25
25
containers :
26
- - image : gcr.io/projectcalico-org/typha:v3.8.4
26
+ - image : gcr.io/projectcalico-org/typha:v3.15.2
27
27
name : calico-typha
28
28
ports :
29
29
- containerPort : 5473
You can’t perform that action at this time.
0 commit comments