projectcalico / calico

Cloud native networking and network security
https://docs.tigera.io/calico/latest/about/
Apache License 2.0
6.04k stars 1.35k forks source link

Documentation Fix: #9453

Closed talosrobert closed 2 weeks ago

talosrobert commented 2 weeks ago

This change updates calico.yaml file and improves the first sentence for the bpfRedirectToPeer description.

Reminder for the reviewer

Make sure that this PR has the correct labels and milestone set.

Every PR needs one docs-* label.

Every PR needs one release-note-* label.

Other optional labels:

CLAassistant commented 2 weeks ago

CLA assistant check
All committers have signed the CLA.

caseydavenport commented 2 weeks ago

@talosrobert thanks for the PR!

manifests/calico.yaml is actually auto-generated, so you will need to make your changes within the source code and then run make generate

For FelixConfiguration specifically, you want to modify this file: https://github.com/projectcalico/calico/blob/c531e1832c0c54f954343910a1a6f886f5fae0c5/api/pkg/apis/projectcalico/v3/felixconfig.go#L770-L777