From 80afa73327f8cfd8006c23867d2b102fd878b4eb Mon Sep 17 00:00:00 2001 From: Gaurav Khatri Date: Sun, 23 Aug 2020 20:18:13 -0700 Subject: [PATCH] Update Calico to v3.15.1 & set routeSource=WorkloadIPs --- config/master/calico.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/config/master/calico.yaml b/config/master/calico.yaml index 08c5df16b2..d17194c13c 100644 --- a/config/master/calico.yaml +++ b/config/master/calico.yaml @@ -32,7 +32,7 @@ spec: # container programs network policy and routes on each # host. - name: calico-node - image: quay.io/calico/node:v3.13.4 + image: quay.io/calico/node:v3.15.1 env: # Use Kubernetes API as the backing datastore. - name: DATASTORE_TYPE @@ -71,6 +71,8 @@ spec: value: "none" - name: FELIX_PROMETHEUSMETRICSENABLED value: "true" + - name: FELIX_ROUTESOURCE + value: "WorkloadIPs" - name: NO_DEFAULT_POOLS value: "true" # Set based on the k8s node name. @@ -547,7 +549,7 @@ spec: securityContext: fsGroup: 65534 containers: - - image: quay.io/calico/typha:v3.13.4 + - image: quay.io/calico/typha:v3.15.1 name: calico-typha ports: - containerPort: 5473