Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions docs/flowcollector-flows-netobserv-io-v1beta2.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Type::
| `string`
| `deploymentModel` defines the desired type of deployment for flow processing. Possible values are: +

- `Direct` (default) to make the flow processor listen directly from the agents. +
- `Direct` (default) to make the flow processor listen directly from the agents. Only recommended on small clusters, below 15 nodes. +

- `Kafka` to make flows sent to a Kafka pipeline before consumption by the processor. +

Expand Down Expand Up @@ -2672,9 +2672,10 @@ configuration, you can disable it and install your own instead.

| `enable`
| `boolean`
| Set `enable` to `true` to deploy network policies on the namespaces used by Network Observability (main and privileged). It is disabled by default.
These network policies better isolate the Network Observability components to prevent undesired connections to them.
This option is enabled by default, disable it to manually manage network policies
| Deploys network policies on the namespaces used by Network Observability (main and privileged).
These network policies better isolate the Network Observability components to prevent undesired connections from and to them.
This option is enabled by default when using with OVNKubernetes, and disabled otherwise (it has not been tested with other CNIs).
When disabled, you can manually create the network policies for the Network Observability components.

|===
== .spec.processor
Expand Down