From 8bd5ac80e0315aee6f66b799c700c9d56f4e743e Mon Sep 17 00:00:00 2001 From: "feisar-bot[bot]" <98277827+feisar-bot[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 09:17:05 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20cilium=20(=201.14?= =?UTF-8?q?.6=20=E2=86=92=201.15.0=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kubernetes/apps/kube-system/cilium/app/helmrelease.yaml | 8 ++++++-- kubernetes/bootstrap/cilium/kustomization.yaml | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/kubernetes/apps/kube-system/cilium/app/helmrelease.yaml b/kubernetes/apps/kube-system/cilium/app/helmrelease.yaml index c62ba2670..4e2cb23bb 100644 --- a/kubernetes/apps/kube-system/cilium/app/helmrelease.yaml +++ b/kubernetes/apps/kube-system/cilium/app/helmrelease.yaml @@ -10,7 +10,7 @@ spec: chart: spec: chart: cilium - version: 1.14.6 + version: 1.15.0 sourceRef: kind: HelmRepository name: cilium @@ -37,6 +37,7 @@ spec: name: cluster-0 containerRuntime: integration: containerd + enableRuntimeDeviceDetection: true endpointRoutes: enabled: true hubble: @@ -71,8 +72,10 @@ spec: ipv4NativeRoutingCIDR: ${CILIUM_POD_CIDR} k8sServiceHost: localhost k8sServicePort: 7445 - kubeProxyReplacement: strict + kubeProxyReplacement: true kubeProxyReplacementHealthzBindAddr: 0.0.0.0:10256 + l2announcements: + enabled: true loadBalancer: algorithm: maglev mode: dsr @@ -104,6 +107,7 @@ spec: hostRoot: /sys/fs/cgroup tunnel: disabled l7proxy: true + routingMode: native ingressController: enabled: true defaultSecretNamespace: networking diff --git a/kubernetes/bootstrap/cilium/kustomization.yaml b/kubernetes/bootstrap/cilium/kustomization.yaml index cad21e4e2..96dd4b9f0 100644 --- a/kubernetes/bootstrap/cilium/kustomization.yaml +++ b/kubernetes/bootstrap/cilium/kustomization.yaml @@ -4,7 +4,7 @@ kind: Kustomization helmCharts: - name: cilium repo: https://helm.cilium.io/ - version: 1.14.6 + version: 1.15.0 releaseName: cilium namespace: kube-system valuesFile: values.yaml