Skip to content

Commit 7cebb6f

Browse files
committed
feat(workflow): cilium bandwidthManager enabled
1 parent 2c0b3c8 commit 7cebb6f

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

_scripts/install.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,11 @@ function install_components {
146146

147147
echo -e "\\033[32m---> Waiting for helm to install components...\\033[0m"
148148

149-
helm install cilium drycc/cilium --set operator.replicas=1 --set cni.chainingMode=portmap --namespace kube-system --wait
149+
helm install cilium drycc/cilium \
150+
--set operator.replicas=1 \
151+
--set bandwidthManager=true \
152+
--set cni.chainingMode=portmap \
153+
--namespace kube-system --wait
150154
helm install metallb drycc/metallb --namespace kube-system --wait -f - <<EOF
151155
configInline:
152156
address-pools:

0 commit comments

Comments
 (0)