Skip to content

Commit b5c9e4e

Browse files
committed
Update Calico to v3.9.1
Signed-off-by: Stephen Augustus <[email protected]>
1 parent 853c6a6 commit b5c9e4e

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

examples/addons.yaml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,7 @@ rules:
388388
- networksets
389389
- clusterinformations
390390
- hostendpoints
391+
- blockaffinities
391392
verbs:
392393
- get
393394
- list
@@ -515,7 +516,7 @@ spec:
515516
# It can be deleted if this is a fresh installation, or if you have already
516517
# upgraded to use calico-ipam.
517518
- name: upgrade-ipam
518-
image: calico/cni:v3.8.2
519+
image: calico/cni:v3.9.1
519520
command: ["/opt/cni/bin/calico-ipam", "-upgrade"]
520521
env:
521522
- name: KUBERNETES_NODE_NAME
@@ -535,7 +536,7 @@ spec:
535536
# This container installs the CNI binaries
536537
# and CNI network config file on each node.
537538
- name: install-cni
538-
image: calico/cni:v3.8.2
539+
image: calico/cni:v3.9.1
539540
command: ["/install-cni.sh"]
540541
env:
541542
# Name of the CNI config file to create.
@@ -569,7 +570,7 @@ spec:
569570
# Adds a Flex Volume Driver that creates a per-pod Unix Domain Socket to allow Dikastes
570571
# to communicate with Felix over the Policy Sync API.
571572
- name: flexvol-driver
572-
image: calico/pod2daemon-flexvol:v3.8.2
573+
image: calico/pod2daemon-flexvol:v3.9.1
573574
volumeMounts:
574575
- name: flexvol-driver-host
575576
mountPath: /host/driver
@@ -578,7 +579,7 @@ spec:
578579
# container programs network policy and routes on each
579580
# host.
580581
- name: calico-node
581-
image: calico/node:v3.8.2
582+
image: calico/node:v3.9.1
582583
env:
583584
# Use Kubernetes API as the backing datastore.
584585
- name: DATASTORE_TYPE
@@ -631,10 +632,10 @@ spec:
631632
requests:
632633
cpu: 250m
633634
livenessProbe:
634-
httpGet:
635-
path: /liveness
636-
port: 9099
637-
host: localhost
635+
exec:
636+
command:
637+
- /bin/calico-node
638+
- -felix-live
638639
periodSeconds: 10
639640
initialDelaySeconds: 10
640641
failureThreshold: 6
@@ -745,7 +746,7 @@ spec:
745746
priorityClassName: system-cluster-critical
746747
containers:
747748
- name: calico-kube-controllers
748-
image: calico/kube-controllers:v3.8.2
749+
image: calico/kube-controllers:v3.9.1
749750
env:
750751
# Choose which controllers to run.
751752
- name: ENABLED_CONTROLLERS

0 commit comments

Comments
 (0)