Skip to content

Commit

Permalink
disable calico usage report
Browse files Browse the repository at this point in the history
Signed-off-by: l1b0k <[email protected]>
  • Loading branch information
l1b0k committed Dec 12, 2024
1 parent a030031 commit fd9a15a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/terway-cli/policy.go
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ func runCalico(cfg *PolicyConfig) error {
"FELIX_XDPENABLED=false",
"FELIX_BPFCONNECTTIMELOADBALANCINGENABLED=false",
"FELIX_BPFKUBEPROXYIPTABLESCLEANUPENABLED=false",
"FELIX_USAGEREPORTINGENABLED=false",
)

binary, err := exec.LookPath("calico-felix")
Expand Down

0 comments on commit fd9a15a

Please sign in to comment.