Skip to content

Commit

Permalink
Cherry-pick commits from PR aws#1165 & aws#1182 into release-v1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaurav Khatri committed Sep 1, 2020
1 parent 25c8c4e commit 32bb818
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 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
6 changes: 4 additions & 2 deletions config/v1.7/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 32bb818

Please sign in to comment.