We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c0b3c8 commit 7cebb6fCopy full SHA for 7cebb6f
1 file changed
_scripts/install.sh
@@ -146,7 +146,11 @@ function install_components {
146
147
echo -e "\\033[32m---> Waiting for helm to install components...\\033[0m"
148
149
- helm install cilium drycc/cilium --set operator.replicas=1 --set cni.chainingMode=portmap --namespace kube-system --wait
+ helm install cilium drycc/cilium \
150
+ --set operator.replicas=1 \
151
+ --set bandwidthManager=true \
152
+ --set cni.chainingMode=portmap \
153
+ --namespace kube-system --wait
154
helm install metallb drycc/metallb --namespace kube-system --wait -f - <<EOF
155
configInline:
156
address-pools:
0 commit comments