mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
Integrate NetObserv 1.6 feature branch with OCP docs main branch OSDOCS-10211: eBPF flow rule filtering OSDOCS-9959: NetObserv Health dashboard updates Fixes xref error Flow format reference regeneration Update DNS example to include sampling>1 note OSDOCS-9553: Netobserv Lokiless enhancements OSDOCS-10790: Update NetObserv Operator Install prereqs OSDOCS-10747: Adding FlowMetric API Reference Changing FlowMetrics to FlowMetric Netobserv API doc regeneration OSDOCS-9969: netobserv cli Network Observability 1.6 release notes
19 lines
647 B
Plaintext
19 lines
647 B
Plaintext
// Module included in the following assemblies:
|
|
|
|
// * observability/network_observability/netobserv_cli/netobserv-cli-install.adoc
|
|
|
|
:_mod-docs-content-type: PROCEDURE
|
|
[id="network-observability-cli-uninstall_{context}"]
|
|
= Cleaning the Network Observability CLI
|
|
|
|
You can manually clean the CLI workload by running `oc netobserv cleanup`. This command removes all the CLI components from your cluster.
|
|
|
|
When you end a capture, this command is run automatically by the client. You might be required to manually run it if you experience connectivity issues.
|
|
|
|
.Procedure
|
|
* Run the following command:
|
|
+
|
|
[source,terminal]
|
|
----
|
|
$ oc netobserv cleanup
|
|
---- |