From 0d670149023ccc70b77a0c90a59907e61cfd9376 Mon Sep 17 00:00:00 2001 From: dhgautam99 <66953383+dhgautam99@users.noreply.github.com> Date: Fri, 23 Jun 2023 01:20:58 +0530 Subject: [PATCH] Update prerequisites for Network Observability operator to include OVN-Kubernetes A prerequisite is missing in the documentation of Network Observability to use OVN-Kubernetes as CNI provider in RHOCP cluster OSDOCS-6606: Updating prereqisites --- modules/network-observability-dns-tracking.adoc | 2 +- modules/network-observability-operator-install.adoc | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/network-observability-dns-tracking.adoc b/modules/network-observability-dns-tracking.adoc index 68fe1a2cba..9809ddc3e5 100644 --- a/modules/network-observability-dns-tracking.adoc +++ b/modules/network-observability-dns-tracking.adoc @@ -6,7 +6,7 @@ [id="network-observability-dns-tracking_{context}"] = Working with DNS tracking Using DNS tracking, you can monitor your network, conduct security analysis, and troubleshoot DNS issues. You can track DNS by editing the `FlowCollector` to the specifications in the following YAML example. -+ + [IMPORTANT] ==== CPU and memory usage increases are observed in the eBPF agent when this feature is enabled. diff --git a/modules/network-observability-operator-install.adoc b/modules/network-observability-operator-install.adoc index 120bc302db..f91076bb74 100644 --- a/modules/network-observability-operator-install.adoc +++ b/modules/network-observability-operator-install.adoc @@ -12,7 +12,8 @@ You can install the Network Observability Operator using the {product-title} web * If you choose to use Loki, install the link:https://catalog.redhat.com/software/containers/openshift-logging/loki-rhel8-operator/622b46bcae289285d6fcda39[Loki Operator version 5.7+]. * You must have `cluster-admin` privileges. * One of the following supported architectures is required: `amd64`, `ppc64le`, `arm64`, or `s390x`. -* Any CPU supported by Red Hat Enterprise Linux (RHEL) 9 +* Any CPU supported by Red Hat Enterprise Linux (RHEL) 9. +* Must be configured with OVN-Kubernetes or OpenShift SDN as the main network plugin, and optionally using secondary interfaces, such as Multus and SR-IOV. [NOTE] ====