Skip to content

Commit cf68794

Browse files
authored
Merge pull request #103554 from openshift-cherrypick-robot/cherry-pick-103268-to-enterprise-4.16
[enterprise-4.16] OSDOCS-17482 [NETOBSERV] Update flowcollector API docs for 1.10.1
2 parents 151263c + 332a5db commit cf68794

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

modules/network-observability-flowcollector-api-specifications.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
@@ -2665,9 +2665,10 @@ configuration, you can disable it and install your own instead.
26652665
26662666
| `enable`
26672667
| `boolean`
2668-
| Set `enable` to `true` to deploy network policies on the namespaces used by Network Observability (main and privileged). It is disabled by default.
2669-
These network policies better isolate the Network Observability components to prevent undesired connections to them.
2670-
This option is enabled by default, disable it to manually manage network policies
2668+
| Deploys network policies on the namespaces used by Network Observability (main and privileged).
2669+
These network policies better isolate the Network Observability components to prevent undesired connections from and to them.
2670+
This option is enabled by default when using with OVNKubernetes, and disabled otherwise (it has not been tested with other CNIs).
2671+
When disabled, you can manually create the network policies for the Network Observability components.
26712672
26722673
|===
26732674
== .spec.processor

0 commit comments

Comments
 (0)