We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 444e1f9 commit 614e15bCopy full SHA for 614e15b
1 file changed
install.sh
@@ -444,6 +444,7 @@ function install_network() {
444
--set operator.prometheus.enabled=true \
445
--set envoy.enabled=false \
446
--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} \
448
--namespace kube-system $options --wait
449
echo -e "\\033[32m---> Network install completed!\\033[0m"
450
}
0 commit comments