eks-anywhere icon indicating copy to clipboard operation
eks-anywhere copied to clipboard

Allow users to enable Bandwidth Manager feature of cilium through clusterconfig

Open abhinavmpandey08 opened this issue 3 years ago • 0 comments

What would you like to be added: I would like to be able to enable Bandwidth Manager feature of cilium directly through cluster config.

Why is this needed: Bandwidth manager is a feature in cilium which allows you to limit bandwidth available to individual pods. This is currently a feature that needs to be enabled explicitly by setting the following value in the cilium helm chart

  --set bandwidthManager=true

Users can enable separately after the cluster is created by editing the cilium-config configMap and setting data.enable-bandwidth-manager to true

kubectl  edit cm -n kube-system cilium-config
data.enable-bandwidth-manager: "true"

abhinavmpandey08 avatar Jul 08 '22 20:07 abhinavmpandey08