From fb19dffda1a8afbf72a9cc0f40267504e53810ab Mon Sep 17 00:00:00 2001 From: Adrien Date: Tue, 7 Jul 2020 20:35:15 +0200 Subject: [PATCH] Update version to v3.15.1 --- files/calico-kube-controllers-Deployment.yaml | 2 +- files/calico-node-DaemonSet.yaml | 14 ++++---------- 2 files changed, 5 insertions(+), 11 deletions(-) diff --git a/files/calico-kube-controllers-Deployment.yaml b/files/calico-kube-controllers-Deployment.yaml index 06f67c0..1fad98e 100644 --- a/files/calico-kube-controllers-Deployment.yaml +++ b/files/calico-kube-controllers-Deployment.yaml @@ -34,7 +34,7 @@ spec: priorityClassName: system-cluster-critical containers: - name: calico-kube-controllers - image: calico/kube-controllers:v3.15.0 + image: calico/kube-controllers:v3.15.1 env: # Choose which controllers to run. - name: ENABLED_CONTROLLERS diff --git a/files/calico-node-DaemonSet.yaml b/files/calico-node-DaemonSet.yaml index e13fc96..020dd2a 100644 --- a/files/calico-node-DaemonSet.yaml +++ b/files/calico-node-DaemonSet.yaml @@ -44,7 +44,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.15.0 + image: calico/cni:v3.15.1 command: ["/opt/cni/bin/calico-ipam", "-upgrade"] env: - name: KUBERNETES_NODE_NAME @@ -66,7 +66,7 @@ spec: # This container installs the CNI binaries # and CNI network config file on each node. - name: install-cni - image: calico/cni:v3.15.0 + image: calico/cni:v3.15.1 command: ["/install-cni.sh"] env: # Name of the CNI config file to create. @@ -102,7 +102,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.15.0 + image: calico/pod2daemon-flexvol:v3.15.1 volumeMounts: - name: flexvol-driver-host mountPath: /host/driver @@ -113,7 +113,7 @@ spec: # container programs network policy and routes on each # host. - name: calico-node - image: calico/node:v3.15.0 + image: calico/node:v3.15.1 env: # Use Kubernetes API as the backing datastore. - name: DATASTORE_TYPE @@ -167,12 +167,6 @@ spec: # no effect. This should fall within `--cluster-cidr`. - name: CALICO_IPV4POOL_CIDR value: "192.168.0.0/16" - # Set MTU for the Wireguard tunnel device. - - name: FELIX_WIREGUARDMTU - valueFrom: - configMapKeyRef: - name: calico-config - key: veth_mtu # Disable file logging so `kubectl logs` works. - name: CALICO_DISABLE_FILE_LOGGING value: "true"