Skip to content

Commit 3403835

Browse files
authored
Merge pull request #57468 from skrthomas/uninstallnetobserv
NETOBSERV-933: Update uninstallation steps
2 parents 001a41b + 5ab0940 commit 3403835

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

modules/network-observability-operator-uninstall.adoc

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,18 @@ You can uninstall the Network Observability Operator using the {product-title} w
99

1010
.Procedure
1111

12-
. Uninstall the `FlowCollector` custom resource.
12+
. Remove the `FlowCollector` custom resource.
1313
.. 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.
1616
.. Navigate back to the *Operators* -> *Installed Operators* area.
17-
.. Click the options menu {kebab} next to the *Network Observability Operator* and select *Uninstall Operator*.
17+
.. Click the options menu {kebab} next to the *Network Observability Operator* and select *Uninstall Operator*.
18+
. Remove the `FlowCollector` custom resource definition (CRD).
19+
.. Navigate to *Administration* -> *CustomResourceDefinitions*.
20+
.. Look for *FlowCollector* and click the options menu {kebab}.
21+
.. Select *Delete CustomResourceDefinition*.
22+
+
23+
[IMPORTANT]
24+
====
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.
26+
====

0 commit comments

Comments
 (0)