Skip to content

Commit 614e15b

Browse files
authored
chore(install): cilium add ipam clusterPoolIPv4PodCIDRList config (#69)
1 parent 444e1f9 commit 614e15b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -444,6 +444,7 @@ function install_network() {
444444
--set operator.prometheus.enabled=true \
445445
--set envoy.enabled=false \
446446
--set ipam.operator.clusterPoolIPv4MaskSize=${CLUSTER_POOL_IPV4_MASK_SIZE:-24} \
447+
--set ipam.operator.clusterPoolIPv4PodCIDRList=${CLUSTER_POOL_IPV4_PODCIDR_LIST:-10.0.0.0/8} \
447448
--namespace kube-system $options --wait
448449
echo -e "\\033[32m---> Network install completed!\\033[0m"
449450
}

0 commit comments

Comments
 (0)