Skip to content

Commit

Permalink
fix bandwidth-manager install error
Browse files Browse the repository at this point in the history
Signed-off-by: JinLin Fu withlin@apache.org
  • Loading branch information
withlin committed Sep 9, 2021
1 parent e4ae088 commit 6ecd5eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/gettingstarted/bandwidth-manager.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ To install Cilium with the bandwidth manager enabled, run
helm install cilium |CHART_RELEASE| \\
--namespace kube-system \\
--bandwidthManager=true
--set bandwidthManager=true
To enable the bandwidth manager on an existing installation, run

Expand All @@ -59,7 +59,7 @@ To enable the bandwidth manager on an existing installation, run
helm upgrade cilium |CHART_RELEASE| \\
--namespace kube-system \\
--reuse-values \\
--bandwidthManager=true
--set bandwidthManager=true
kubectl -n kube-system rollout restart ds/cilium
The native host networking devices are auto detected as native devices which have
Expand Down

0 comments on commit 6ecd5eb

Please sign in to comment.