1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

OSDOCS-17482 [NETOBSERV] Update flowcollector API docs for 1.10.1

This commit is contained in:
Gwynne Monahan
2025-12-02 08:26:17 -06:00
committed by openshift-cherrypick-robot
parent d99a7e2235
commit ac2a97675b

View File

@@ -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. +
@@ -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