Skip to content

Commit

Permalink
Update Calico to v3.15.1 & set routeSource=WorkloadIPs
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaurav Khatri authored and mogren committed Aug 26, 2020
1 parent afbd8fa commit 260b46e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions config/master/calico.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 260b46e

Please sign in to comment.