File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
cluster/addons/calico-policy-controller Expand file tree Collapse file tree 2 files changed +5
-5
lines changed 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.15 .2
31
- command : ["/install- cni.sh "]
30
+ image : gcr.io/projectcalico-org/cni:v3.16 .2
31
+ command : ["/opt/ cni/bin/install "]
32
32
env :
33
33
- name : CNI_CONF_NAME
34
34
value : " 10-calico.conflist"
51
51
"type": "k8s"
52
52
},
53
53
"kubernetes": {
54
- "kubeconfig": "__KUBECONFIG_FILEPATH__ "
54
+ "kubeconfig": "/etc/cni/net.d/calico-kubeconfig "
55
55
}
56
56
},
57
57
{
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.15 .2
81
+ image : gcr.io/projectcalico-org/node:v3.16 .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.15 .2
26
+ - image : gcr.io/projectcalico-org/typha:v3.16 .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