Skip to content

Commit 5ce5188

Browse files
authored
chore(install): cilium add ipam clusterPoolIPv4MaskSize config (#65)
1 parent 05eab6f commit 5ce5188

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
@@ -373,6 +373,7 @@ function install_network() {
373373
--set prometheus.enabled=true \
374374
--set operator.prometheus.enabled=true \
375375
--set envoy.enabled=false \
376+
--set ipam.operator.clusterPoolIPv4MaskSize=${CLUSTER_POOL_IPV4_MASK_SIZE:-24} \
376377
--namespace kube-system $options --wait
377378
echo -e "\\033[32m---> Network install completed!\\033[0m"
378379
}

0 commit comments

Comments
 (0)