From cd6a7124da94151afd0a9ebb9b3c92547ba014b2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 01:55:23 +0000 Subject: [PATCH 1/2] chore(deps): update helm release cilium to v1.14.5 --- .../apps/cluster-wide-apps/app-of-other-apps/cilium.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seichi-onp-k8s/manifests/seichi-kubernetes/apps/cluster-wide-apps/app-of-other-apps/cilium.yaml b/seichi-onp-k8s/manifests/seichi-kubernetes/apps/cluster-wide-apps/app-of-other-apps/cilium.yaml index 88397a2b1..493859fc4 100644 --- a/seichi-onp-k8s/manifests/seichi-kubernetes/apps/cluster-wide-apps/app-of-other-apps/cilium.yaml +++ b/seichi-onp-k8s/manifests/seichi-kubernetes/apps/cluster-wide-apps/app-of-other-apps/cilium.yaml @@ -8,7 +8,7 @@ spec: source: chart: cilium repoURL: https://helm.cilium.io/ - targetRevision: 1.14.4 + targetRevision: 1.14.5 helm: releaseName: cilium values: | From 84e49df5e8f6a275b9998705ef4d40f28e3c4084 Mon Sep 17 00:00:00 2001 From: outductor Date: Thu, 14 Dec 2023 14:45:54 +0900 Subject: [PATCH 2/2] ipam config --- .../apps/cluster-wide-apps/app-of-other-apps/cilium.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/seichi-onp-k8s/manifests/seichi-kubernetes/apps/cluster-wide-apps/app-of-other-apps/cilium.yaml b/seichi-onp-k8s/manifests/seichi-kubernetes/apps/cluster-wide-apps/app-of-other-apps/cilium.yaml index 493859fc4..e02e78a67 100644 --- a/seichi-onp-k8s/manifests/seichi-kubernetes/apps/cluster-wide-apps/app-of-other-apps/cilium.yaml +++ b/seichi-onp-k8s/manifests/seichi-kubernetes/apps/cluster-wide-apps/app-of-other-apps/cilium.yaml @@ -21,6 +21,12 @@ spec: enabled: true loadBalancer: algorithm: maglev + ipam: + operator: + # -- IPv4 CIDR list range to delegate to individual nodes for IPAM. + clusterPoolIPv4PodCIDRList: ["10.96.128.0/18"] + # -- IPv4 CIDR mask size to delegate to individual nodes for IPAM. + clusterPoolIPv4MaskSize: 24 hubble: enabled: false # disable for now # tls: