You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config/manifests/bases/bpfman-operator.clusterserviceversion.yaml
+9-7Lines changed: 9 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -101,13 +101,15 @@ spec:
101
101
Configuration\n\nThe `bpfman-config` configmap is automatically created in the `bpfman`
102
102
namespace and used to configure the bpfman deployment.\n\nTo edit the config simply
103
103
run\n\n```bash\nkubectl edit cm bpfman-config\n```\n\nThe following fields are adjustable\n\n-
104
-
`bpfman.agent.image`: The image used for the bpfman-agent`\n-
105
-
`bpfman.image`: The image used for bpfman`\n-
106
-
`bpfman.log.level`: the log level for bpfman, currently supports
107
-
`debug`, `info`, `warn`, `error`, and `fatal`, defaults to `info`\n- `bpfman.agent.log.level`: the log level for the bpfman-agent currently supports `info`, `debug`, and `trace` \n\nThe bpfman operator
108
-
deploys eBPF programs via CRDs. The following CRDs are currently available, \n\n-
109
-
XdpProgram\n- TcProgram\n- TracepointProgram\n- KprobeProgram\n- UprobeProgram\n- FentryProgram\n- FexitProgram\n\n## More information\n\nPlease
110
-
checkout the [bpfman community website](https://bpfman.io/) for more information."
104
+
`bpfman.agent.image`: The image used for the bpfman-agent`\n- `bpfman.image`: The
105
+
image used for bpfman`\n- `bpfman.log.level`: the log level for bpfman, currently
106
+
supports `debug`, `info`, `warn`, `error`, and `fatal`, defaults to `info`\n-
107
+
`bpfman.agent.log.level`: the log level for the bpfman-agent currently supports
108
+
`info`, `debug`, and `trace` \n\nThe bpfman operator deploys eBPF programs via CRDs.
109
+
The following CRDs are currently available, \n\n- BpfApplication\n- XdpProgram\n- TcProgram\n
0 commit comments