Skip to content

Commit 5b32823

Browse files
authored
update docs (#2187)
1 parent cad427a commit 5b32823

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/flowcollector-flows-netobserv-io-v1beta2.adoc

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Type::
9494
| `string`
9595
| `deploymentModel` defines the desired type of deployment for flow processing. Possible values are: +
9696
97-
- `Direct` (default) to make the flow processor listen directly from the agents. +
97+
- `Direct` (default) to make the flow processor listen directly from the agents. Only recommended on small clusters, below 15 nodes. +
9898
9999
- `Kafka` to make flows sent to a Kafka pipeline before consumption by the processor. +
100100
@@ -2672,9 +2672,10 @@ configuration, you can disable it and install your own instead.
26722672

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

26792680
|===
26802681
== .spec.processor

0 commit comments

Comments
 (0)