From 0bd96409968a1ed4f3d3a0966a6df01a74716f37 Mon Sep 17 00:00:00 2001 From: jianxiaoguo Date: Fri, 8 May 2026 13:35:14 +0800 Subject: [PATCH] chore(install): cilium add ipam clusterPoolIPv4PodCIDRList config --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 6c5ab750..63aa1ad9 100755 --- a/install.sh +++ b/install.sh @@ -444,6 +444,7 @@ function install_network() { --set operator.prometheus.enabled=true \ --set envoy.enabled=false \ --set ipam.operator.clusterPoolIPv4MaskSize=${CLUSTER_POOL_IPV4_MASK_SIZE:-24} \ + --set ipam.operator.clusterPoolIPv4PodCIDRList=${CLUSTER_POOL_IPV4_PODCIDR_LIST:-10.0.0.0/8} \ --namespace kube-system $options --wait echo -e "\\033[32m---> Network install completed!\\033[0m" }