Skip to content

Commit

Permalink
Merge pull request #8975 from hakman/automated-cherry-pick-of-#8961-u…
Browse files Browse the repository at this point in the history
…pstream-release-1.17

Automated cherry pick of #8961: Update Calico and Canal to v3.13.3 for k8s 1.16+
  • Loading branch information
k8s-ci-robot authored Apr 27, 2020
2 parents 8a218a2 + 31b3784 commit a071cad
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ spec:
securityContext:
fsGroup: 65534
containers:
- image: calico/typha:v3.12.0
- image: calico/typha:v3.12.1
name: calico-typha
ports:
- containerPort: 5473
Expand Down Expand Up @@ -669,7 +669,7 @@ spec:
# This container installs the CNI binaries
# and CNI network config file on each node.
- name: install-cni
image: calico/cni:v3.12.0
image: calico/cni:v3.12.1
command: ["/install-cni.sh"]
env:
# Name of the CNI config file to create.
Expand Down Expand Up @@ -705,7 +705,7 @@ spec:
# Adds a Flex Volume Driver that creates a per-pod Unix Domain Socket to allow Dikastes
# to communicate with Felix over the Policy Sync API.
- name: flexvol-driver
image: calico/pod2daemon-flexvol:v3.12.0
image: calico/pod2daemon-flexvol:v3.12.1
volumeMounts:
- name: flexvol-driver-host
mountPath: /host/driver
Expand All @@ -716,7 +716,7 @@ spec:
# container programs network policy and routes on each
# host.
- name: calico-node
image: calico/node:v3.12.0
image: calico/node:v3.12.1
env:
# Use Kubernetes API as the backing datastore.
- name: DATASTORE_TYPE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ spec:
securityContext:
fsGroup: 65534
containers:
- image: calico/typha:v3.13.2
- image: calico/typha:v3.13.3
name: calico-typha
ports:
- containerPort: 5473
Expand Down Expand Up @@ -660,7 +660,7 @@ spec:
# This container installs the CNI binaries
# and CNI network config file on each node.
- name: install-cni
image: calico/cni:v3.13.2
image: calico/cni:v3.13.3
command: ["/install-cni.sh"]
env:
# Name of the CNI config file to create.
Expand Down Expand Up @@ -696,7 +696,7 @@ spec:
# Adds a Flex Volume Driver that creates a per-pod Unix Domain Socket to allow Dikastes
# to communicate with Felix over the Policy Sync API.
- name: flexvol-driver
image: calico/pod2daemon-flexvol:v3.13.2
image: calico/pod2daemon-flexvol:v3.13.3
volumeMounts:
- name: flexvol-driver-host
mountPath: /host/driver
Expand All @@ -707,7 +707,7 @@ spec:
# container programs network policy and routes on each
# host.
- name: calico-node
image: calico/node:v3.13.2
image: calico/node:v3.13.3
env:
# Use Kubernetes API as the backing datastore.
- name: DATASTORE_TYPE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -844,6 +844,7 @@ spec:
command:
- /bin/calico-node
- -felix-live
- -bird-live
periodSeconds: 10
initialDelaySeconds: 10
failureThreshold: 6
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@ spec:
securityContext:
fsGroup: 65534
containers:
- image: calico/typha:v3.13.2
- image: calico/typha:v3.13.3
name: calico-typha
ports:
- containerPort: 5473
Expand Down Expand Up @@ -698,7 +698,7 @@ spec:
# It can be deleted if this is a fresh installation, or if you have already
# upgraded to use calico-ipam.
- name: upgrade-ipam
image: calico/cni:v3.13.2
image: calico/cni:v3.13.3
command: ["/opt/cni/bin/calico-ipam", "-upgrade"]
env:
- name: KUBERNETES_NODE_NAME
Expand All @@ -720,7 +720,7 @@ spec:
# This container installs the CNI binaries
# and CNI network config file on each node.
- name: install-cni
image: calico/cni:v3.13.2
image: calico/cni:v3.13.3
command: ["/install-cni.sh"]
env:
# Name of the CNI config file to create.
Expand Down Expand Up @@ -756,7 +756,7 @@ spec:
# Adds a Flex Volume Driver that creates a per-pod Unix Domain Socket to allow Dikastes
# to communicate with Felix over the Policy Sync API.
- name: flexvol-driver
image: calico/pod2daemon-flexvol:v3.13.2
image: calico/pod2daemon-flexvol:v3.13.3
volumeMounts:
- name: flexvol-driver-host
mountPath: /host/driver
Expand All @@ -767,7 +767,7 @@ spec:
# container programs network policy and routes on each
# host.
- name: calico-node
image: calico/node:v3.13.2
image: calico/node:v3.13.3
env:
# Use Kubernetes API as the backing datastore.
- name: DATASTORE_TYPE
Expand Down Expand Up @@ -971,7 +971,7 @@ spec:
priorityClassName: system-cluster-critical
containers:
- name: calico-kube-controllers
image: calico/kube-controllers:v3.13.2
image: calico/kube-controllers:v3.13.3
env:
# Choose which controllers to run.
- name: ENABLED_CONTROLLERS
Expand Down
8 changes: 4 additions & 4 deletions upup/pkg/fi/cloudup/bootstrapchannelbuilder.go
Original file line number Diff line number Diff line change
Expand Up @@ -828,8 +828,8 @@ func (b *BootstrapChannelBuilder) buildAddons() *channelsapi.Addons {
"k8s-1.6": "2.6.9-kops.1",
"k8s-1.7": "2.6.12-kops.1",
"k8s-1.7-v3": "3.8.0-kops.2",
"k8s-1.12": "3.9.5-kops.1",
"k8s-1.16": "3.13.2-kops.1",
"k8s-1.12": "3.9.5-kops.2",
"k8s-1.16": "3.13.3-kops.1",
}

{
Expand Down Expand Up @@ -927,8 +927,8 @@ func (b *BootstrapChannelBuilder) buildAddons() *channelsapi.Addons {
"k8s-1.8": "2.6.7-kops.3",
"k8s-1.9": "3.2.3-kops.1",
"k8s-1.12": "3.7.5-kops.1",
"k8s-1.15": "3.12.0-kops.1",
"k8s-1.16": "3.13.2-kops.1",
"k8s-1.15": "3.12.1-kops.1",
"k8s-1.16": "3.13.3-kops.1",
}
{
id := "pre-k8s-1.6"
Expand Down

0 comments on commit a071cad

Please sign in to comment.