Skip to content

Commit

Permalink
policyfilter: do not mark as beta anymore
Browse files Browse the repository at this point in the history
policyfilter is no longer beta, so remove comment from command line
help. Note that policyfilter is mostly useful for k8s environments,
where it is enabled by default via the corresponding helm option and we
keep the default value as false in the agent for non-k8s installations.

Signed-off-by: Kornilios Kourtis <[email protected]>
  • Loading branch information
kkourt committed Oct 31, 2024
1 parent 167c6fd commit 983956e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/data/tetragon_flags.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkg/option/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ func AddFlags(flags *pflag.FlagSet) {

// Provide option to enable policy filtering. Because the code is new,
// this is set to false by default.
flags.Bool(KeyEnablePolicyFilter, false, "Enable policy filter code (beta)")
flags.Bool(KeyEnablePolicyFilter, false, "Enable policy filter code")
flags.Bool(KeyEnablePolicyFilterDebug, false, "Enable policy filter debug messages")

// Provide option to enable the pidSet export filters.
Expand Down

0 comments on commit 983956e

Please sign in to comment.