Update Cilium to 1.10.4

- Release notes available [here](https://github.com/cilium/cilium/releases/tag/v1.10.4)
This commit is contained in:
Reilly Brogan 2021-09-23 13:02:59 -05:00
parent bce435da1c
commit 9c6bf83c93
17 changed files with 27 additions and 48 deletions

View File

@ -39,7 +39,7 @@ func (b *CiliumOptionsBuilder) BuildOptions(o interface{}) error {
}
if c.Version == "" {
c.Version = "v1.10.3"
c.Version = "v1.10.4"
}
if c.EnableEndpointHealthChecking == nil {

View File

@ -166,7 +166,7 @@ CloudProvider: aws
ConfigBase: memfs://clusters.example.com/minimal-warmpool.example.com
InstanceGroupName: nodes
InstanceGroupRole: Node
NodeupConfigHash: wMzxC2J+2fQle4swMnOsp6CHale02Q9EaudaIpKUJWs=
NodeupConfigHash: iDgKk2qqfmWExfsA3lmRJnHUoxMWVld8fDhunD6gjN8=
__EOF_KUBE_ENV

View File

@ -206,7 +206,7 @@ spec:
sidecarIstioProxyImage: cilium/istio_proxy
toFqdnsDnsRejectResponseCode: refused
tunnel: vxlan
version: v1.10.3
version: v1.10.4
nonMasqueradeCIDR: 100.64.0.0/10
podCIDR: 100.96.0.0/11
secretStore: memfs://clusters.example.com/minimal-warmpool.example.com/secrets

View File

@ -47,7 +47,7 @@ spec:
k8s-addon: storage-aws.addons.k8s.io
- id: k8s-1.16
manifest: networking.cilium.io/k8s-1.16-v1.10.yaml
manifestHash: c213c47dc70b96d5763eb61fa499dc2ab47f55ab48fd89f6286e87a4bee794ac
manifestHash: 79105657d58e949d8612de05cf98900e30b0e7fb5c6e2c06a7c35692c91f302e
name: networking.cilium.io
needsRollingUpdate: all
selector:

View File

@ -60,7 +60,6 @@ data:
tofqdns-dns-reject-response-code: refused
tofqdns-enable-poller: "false"
tunnel: vxlan
wait-bpf-mount: "false"
kind: ConfigMap
metadata:
creationTimestamp: null
@ -385,7 +384,7 @@ spec:
value: api.internal.minimal-warmpool.example.com
- name: KUBERNETES_SERVICE_PORT
value: "443"
image: quay.io/cilium/cilium:v1.10.3
image: quay.io/cilium/cilium:v1.10.4
imagePullPolicy: IfNotPresent
lifecycle:
postStart:
@ -445,6 +444,7 @@ spec:
successThreshold: null
volumeMounts:
- mountPath: /sys/fs/bpf
mountPropagation: Bidirectional
name: bpf-maps
- mountPath: /var/run/cilium
name: cilium-run
@ -480,13 +480,7 @@ spec:
key: clean-cilium-bpf-state
name: cilium-config
optional: true
- name: CILIUM_WAIT_BPF_MOUNT
valueFrom:
configMapKeyRef:
key: wait-bpf-mount
name: cilium-config
optional: true
image: quay.io/cilium/cilium:v1.10.3
image: quay.io/cilium/cilium:v1.10.4
imagePullPolicy: IfNotPresent
name: clean-cilium-state
resources:
@ -499,7 +493,6 @@ spec:
privileged: true
volumeMounts:
- mountPath: /sys/fs/bpf
mountPropagation: HostToContainer
name: bpf-maps
- mountPath: /sys/fs/cgroup/unified
mountPropagation: HostToContainer
@ -611,7 +604,7 @@ spec:
value: api.internal.minimal-warmpool.example.com
- name: KUBERNETES_SERVICE_PORT
value: "443"
image: quay.io/cilium/operator:v1.10.3
image: quay.io/cilium/operator:v1.10.4
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:

View File

@ -69,5 +69,5 @@ warmPoolImages:
- k8s.gcr.io/provider-aws/aws-ebs-csi-driver:v1.2.1
- k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.1.0
- k8s.gcr.io/sig-storage/livenessprobe:v2.2.0
- quay.io/cilium/cilium:v1.10.3
- quay.io/cilium/operator:v1.10.3
- quay.io/cilium/cilium:v1.10.4
- quay.io/cilium/operator:v1.10.4

View File

@ -199,7 +199,7 @@ spec:
sidecarIstioProxyImage: cilium/istio_proxy
toFqdnsDnsRejectResponseCode: refused
tunnel: vxlan
version: v1.10.3
version: v1.10.4
nonMasqueradeCIDR: 100.64.0.0/10
podCIDR: 100.96.0.0/11
secretStore: memfs://clusters.example.com/privatecilium.example.com/secrets

View File

@ -47,7 +47,7 @@ spec:
k8s-addon: storage-aws.addons.k8s.io
- id: k8s-1.16
manifest: networking.cilium.io/k8s-1.16-v1.10.yaml
manifestHash: 8b22842e23833a08a818da2a595f3e35bbcf5d3c0a191ec0097bdbb481768852
manifestHash: 39ec0f473a3c9479e15718e23b965dd5670502132723c7d2d9377f6b800be453
name: networking.cilium.io
needsRollingUpdate: all
selector:

View File

@ -60,7 +60,6 @@ data:
tofqdns-dns-reject-response-code: refused
tofqdns-enable-poller: "false"
tunnel: vxlan
wait-bpf-mount: "false"
kind: ConfigMap
metadata:
creationTimestamp: null
@ -385,7 +384,7 @@ spec:
value: api.internal.privatecilium.example.com
- name: KUBERNETES_SERVICE_PORT
value: "443"
image: quay.io/cilium/cilium:v1.10.3
image: quay.io/cilium/cilium:v1.10.4
imagePullPolicy: IfNotPresent
lifecycle:
postStart:
@ -445,6 +444,7 @@ spec:
successThreshold: null
volumeMounts:
- mountPath: /sys/fs/bpf
mountPropagation: Bidirectional
name: bpf-maps
- mountPath: /var/run/cilium
name: cilium-run
@ -480,13 +480,7 @@ spec:
key: clean-cilium-bpf-state
name: cilium-config
optional: true
- name: CILIUM_WAIT_BPF_MOUNT
valueFrom:
configMapKeyRef:
key: wait-bpf-mount
name: cilium-config
optional: true
image: quay.io/cilium/cilium:v1.10.3
image: quay.io/cilium/cilium:v1.10.4
imagePullPolicy: IfNotPresent
name: clean-cilium-state
resources:
@ -499,7 +493,6 @@ spec:
privileged: true
volumeMounts:
- mountPath: /sys/fs/bpf
mountPropagation: HostToContainer
name: bpf-maps
- mountPath: /sys/fs/cgroup/unified
mountPropagation: HostToContainer
@ -611,7 +604,7 @@ spec:
value: api.internal.privatecilium.example.com
- name: KUBERNETES_SERVICE_PORT
value: "443"
image: quay.io/cilium/operator:v1.10.3
image: quay.io/cilium/operator:v1.10.4
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:

View File

@ -212,7 +212,7 @@ spec:
sidecarIstioProxyImage: cilium/istio_proxy
toFqdnsDnsRejectResponseCode: refused
tunnel: disabled
version: v1.10.3
version: v1.10.4
nonMasqueradeCIDR: 100.64.0.0/10
podCIDR: 100.96.0.0/11
secretStore: memfs://clusters.example.com/privateciliumadvanced.example.com/secrets

View File

@ -47,7 +47,7 @@ spec:
k8s-addon: storage-aws.addons.k8s.io
- id: k8s-1.16
manifest: networking.cilium.io/k8s-1.16-v1.10.yaml
manifestHash: 4b3d7e95e8a831d3c2d7a9748dc606f6055854c88d2c621aef962668461ca1ee
manifestHash: 6fb92a78a0b2be6a6a21dd312e41be98245f64ad104add14d900de041e41ce41
name: networking.cilium.io
needsRollingUpdate: all
selector:

View File

@ -74,7 +74,6 @@ data:
tofqdns-dns-reject-response-code: refused
tofqdns-enable-poller: "false"
tunnel: disabled
wait-bpf-mount: "false"
kind: ConfigMap
metadata:
creationTimestamp: null
@ -399,7 +398,7 @@ spec:
value: api.internal.privateciliumadvanced.example.com
- name: KUBERNETES_SERVICE_PORT
value: "443"
image: quay.io/cilium/cilium:v1.10.3
image: quay.io/cilium/cilium:v1.10.4
imagePullPolicy: IfNotPresent
lifecycle:
postStart:
@ -459,6 +458,7 @@ spec:
successThreshold: null
volumeMounts:
- mountPath: /sys/fs/bpf
mountPropagation: Bidirectional
name: bpf-maps
- mountPath: /var/run/cilium
name: cilium-run
@ -500,13 +500,7 @@ spec:
key: clean-cilium-bpf-state
name: cilium-config
optional: true
- name: CILIUM_WAIT_BPF_MOUNT
valueFrom:
configMapKeyRef:
key: wait-bpf-mount
name: cilium-config
optional: true
image: quay.io/cilium/cilium:v1.10.3
image: quay.io/cilium/cilium:v1.10.4
imagePullPolicy: IfNotPresent
name: clean-cilium-state
resources:
@ -519,7 +513,6 @@ spec:
privileged: true
volumeMounts:
- mountPath: /sys/fs/bpf
mountPropagation: HostToContainer
name: bpf-maps
- mountPath: /sys/fs/cgroup/unified
mountPropagation: HostToContainer
@ -642,7 +635,7 @@ spec:
value: api.internal.privateciliumadvanced.example.com
- name: KUBERNETES_SERVICE_PORT
value: "443"
image: quay.io/cilium/operator:v1.10.3
image: quay.io/cilium/operator:v1.10.4
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:

View File

@ -53,7 +53,7 @@ spec:
k8s-addon: storage-aws.addons.k8s.io
- id: k8s-1.16
manifest: networking.cilium.io/k8s-1.16-v1.10.yaml
manifestHash: 580f4838cab47ab279261db65045533d991c1fac0fe8e39a42dbb6b0b54e1bb0
manifestHash: 2aa3ec34168ba0988b888912ecfe9fdc653b3caef70ea5a504aa77f662006a7e
name: networking.cilium.io
needsRollingUpdate: all
selector:

View File

@ -59,7 +59,7 @@ spec:
k8s-addon: storage-aws.addons.k8s.io
- id: k8s-1.16
manifest: networking.cilium.io/k8s-1.16-v1.10.yaml
manifestHash: 580f4838cab47ab279261db65045533d991c1fac0fe8e39a42dbb6b0b54e1bb0
manifestHash: 2aa3ec34168ba0988b888912ecfe9fdc653b3caef70ea5a504aa77f662006a7e
name: networking.cilium.io
needsRollingUpdate: all
selector:

View File

@ -53,7 +53,7 @@ spec:
k8s-addon: storage-aws.addons.k8s.io
- id: k8s-1.16
manifest: networking.cilium.io/k8s-1.16-v1.10.yaml
manifestHash: 580f4838cab47ab279261db65045533d991c1fac0fe8e39a42dbb6b0b54e1bb0
manifestHash: 2aa3ec34168ba0988b888912ecfe9fdc653b3caef70ea5a504aa77f662006a7e
name: networking.cilium.io
needsRollingUpdate: all
selector:

View File

@ -65,7 +65,7 @@ spec:
k8s-addon: storage-aws.addons.k8s.io
- id: k8s-1.16
manifest: networking.cilium.io/k8s-1.16-v1.10.yaml
manifestHash: 580f4838cab47ab279261db65045533d991c1fac0fe8e39a42dbb6b0b54e1bb0
manifestHash: 2aa3ec34168ba0988b888912ecfe9fdc653b3caef70ea5a504aa77f662006a7e
name: networking.cilium.io
needsRollingUpdate: all
selector:

View File

@ -59,7 +59,7 @@ spec:
k8s-addon: storage-aws.addons.k8s.io
- id: k8s-1.16
manifest: networking.cilium.io/k8s-1.16-v1.10.yaml
manifestHash: 580f4838cab47ab279261db65045533d991c1fac0fe8e39a42dbb6b0b54e1bb0
manifestHash: 2aa3ec34168ba0988b888912ecfe9fdc653b3caef70ea5a504aa77f662006a7e
name: networking.cilium.io
needsRollingUpdate: all
selector: