We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dbccb4c + 1dcd3ea commit f2d6cd5Copy full SHA for f2d6cd5
cmd/terway-cli/policy.go
@@ -188,7 +188,6 @@ func runCilium(cfg *PolicyConfig) error {
188
"--enable-ipv4-masquerade=false",
189
"--enable-ipv6-masquerade=false",
190
"--disable-envoy-version-check=true",
191
- "--enable-endpoint-routes=true",
192
"--ipv4-range=169.254.10.0/30",
193
"--ipv6-range=fe80:2400:3200:baba::/30",
194
"--enable-local-node-route=false",
@@ -202,6 +201,7 @@ func runCilium(cfg *PolicyConfig) error {
202
201
"--enable-l7-proxy=false",
203
"--ipam=cluster-pool",
204
"--enable-runtime-device-detection=true",
+ "--enable-bandwidth-manager=true",
205
"--agent-health-port=" + cfg.HealthCheckPort,
206
}
207
if cfg.EnableNetworkPolicy {
0 commit comments