We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05eab6f commit 5ce5188Copy full SHA for 5ce5188
1 file changed
install.sh
@@ -373,6 +373,7 @@ function install_network() {
373
--set prometheus.enabled=true \
374
--set operator.prometheus.enabled=true \
375
--set envoy.enabled=false \
376
+ --set ipam.operator.clusterPoolIPv4MaskSize=${CLUSTER_POOL_IPV4_MASK_SIZE:-24} \
377
--namespace kube-system $options --wait
378
echo -e "\\033[32m---> Network install completed!\\033[0m"
379
}
0 commit comments