Skip to content

Commit 35a1157

Browse files
committed
rebase for merge conflicts
1 parent bbdbca5 commit 35a1157

File tree

2 files changed

+17
-15
lines changed

2 files changed

+17
-15
lines changed

modules/network-observability-operator-install.adoc

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
:_content-type: PROCEDURE
66
[id="network-observability-operator-installation_{context}"]
77
= Installing the Network Observability Operator
8-
You can install the Network Observability Operator using the {product-title} web console Operator Hub. When you install the Operator, it provides the `FlowCollector` custom resource definition (CRD). You can set specifications in the web console when you create the `FlowCollector`.
8+
You can install the Network Observability Operator using the {product-title} web console Operator Hub. When you install the Operator, it provides the `FlowCollector` custom resource definition (CRD). You can set specifications in the web console when you create the `FlowCollector`.
99

1010
.Prerequisites
1111

12-
* Installed Loki. It is recommended to install Loki using the link:https://catalog.redhat.com/software/containers/openshift-logging/loki-rhel8-operator/622b46bcae289285d6fcda39[Loki Operator version 5.6].
12+
* Installed Loki. It is recommended to install Loki using the link:https://catalog.redhat.com/software/containers/openshift-logging/loki-rhel8-operator/622b46bcae289285d6fcda39[Loki Operator version 5.6].
1313
1414
[NOTE]
1515
====
@@ -25,13 +25,13 @@ This documentation assumes that your `LokiStack` instance name is `loki`. Using
2525
. Navigate to *Operators* -> *Installed Operators*. Under Provided APIs for Network Observability, select the *Flow Collector* link.
2626
.. Navigate to the *Flow Collector* tab, and click *Create FlowCollector*. Make the following selections in the form view:
2727
+
28-
* *spec.agent.ebpf.Sampling* : Specify a sampling size for flows. Lower sampling sizes will have higher impact on resource utilization. For more information, see the `FlowCollector` API reference, under spec.agent.ebpf.
28+
* *spec.agent.ebpf.Sampling* : Specify a sampling size for flows. Lower sampling sizes will have higher impact on resource utilization. For more information, see the `FlowCollector` API reference, under spec.agent.ebpf.
2929
* *spec.deploymentModel*: If you are using Kafka, verify Kafka is selected.
3030
* *spec.exporters*: If you are using Kafka, you can optionally send network flows to Kafka, so that they can be consumed by any processor or storage that supports Kafka input, such as Splunk, Elasticsearch, or Fluentd. To do this, set the following specifications:
31-
** Set the *type* to `KAFKA`.
32-
** Set the *address* as `kafka-cluster-kafka-bootstrap.netobserv`.
33-
** Set the *topic* as `netobserv-flows-export`. The Operator exports all flows to the configured Kafka topic.
34-
** Set the following *tls* specifications:
31+
** Set the *type* to `KAFKA`.
32+
** Set the *address* as `kafka-cluster-kafka-bootstrap.netobserv`.
33+
** Set the *topic* as `netobserv-flows-export`. The Operator exports all flows to the configured Kafka topic.
34+
** Set the following *tls* specifications:
3535
*** *certFile*: `service-ca.crt`, *name*: `kafka-gateway-ca-bundle`, and *type*: `configmap`.
3636
+
3737
You can also configure this option at a later time by directly editing the YAML. For more information, see _Export enriched network flow data_.
@@ -46,12 +46,12 @@ For the first part of the certificate reference names: `loki-gateway-ca-bundle`,
4646
4747
.Verification
4848
49-
To confirm this was successful, when you navigate to *Observe* you should see *Network Traffic* listed in the options.
49+
To confirm this was successful, when you navigate to *Observe* you should see *Network Traffic* listed in the options.
5050
51-
In the absence of *Application Traffic* within the {product-title} cluster, default filters might show that there are "No results", which results in no visual flow. Beside the filter selections, select *Clear all filters* to see the flow.
51+
In the absence of *Application Traffic* within the {product-title} cluster, default filters might show that there are "No results", which results in no visual flow. Beside the filter selections, select *Clear all filters* to see the flow.
5252
5353
[IMPORTANT]
5454
====
55-
If you installed Loki using the Loki Operator, it is advised not to use `querierUrl`, as it can break the console access to Loki. If you installed Loki using another type of Loki installation, this does not apply.
55+
If you installed Loki using the Loki Operator, it is advised not to use `querierUrl`, as it can break the console access to Loki. If you installed Loki using another type of Loki installation, this does not apply.
5656
====
5757

modules/network-observability-operator-uninstall.adoc

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,19 @@ You can uninstall the Network Observability Operator using the {product-title} w
1010
.Procedure
1111

1212
. Remove the `FlowCollector` custom resource.
13-
.. Click *Flow Collector*, which is next to the *Network Observability Operator* in the *Provided APIs* column.
13+
.. Click *Flow Collector*, which is next to the *Network Observability Operator* in the *Provided APIs* column.
1414
.. Click the options menu {kebab} for the *cluster* and select *Delete FlowCollector*.
1515
. Uninstall the Network Observability Operator.
16-
.. Navigate back to the *Operators* -> *Installed Operators* area.
16+
.. Navigate back to the *Operators* -> *Installed Operators* area.
1717
.. Click the options menu {kebab} next to the *Network Observability Operator* and select *Uninstall Operator*.
18+
.. *Home* -> *Projects* and select `openshift-netobserv-operator`
19+
.. Navigate to *Actions* and select *Delete Project*
1820
. Remove the `FlowCollector` custom resource definition (CRD).
19-
.. Navigate to *Administration* -> *CustomResourceDefinitions*.
20-
.. Look for *FlowCollector* and click the options menu {kebab}.
21+
.. Navigate to *Administration* -> *CustomResourceDefinitions*.
22+
.. Look for *FlowCollector* and click the options menu {kebab}.
2123
.. Select *Delete CustomResourceDefinition*.
2224
+
2325
[IMPORTANT]
2426
====
25-
The Loki Operator and Kafka remain if they were installed and must be removed separately. Additionally, you might have remaining data stored in an object store, and a persistent volume that must be removed.
27+
The Loki Operator and Kafka remain if they were installed and must be removed separately. Additionally, you might have remaining data stored in an object store, and a persistent volume that must be removed.
2628
====

0 commit comments

Comments
 (0)