mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
14 lines
607 B
Plaintext
14 lines
607 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * scalability_and_performance/understanding-node-observability-operator.adoc
|
|
|
|
:_content-type: CONCEPT
|
|
[id="workflow-node-observability-operator_{context}"]
|
|
= Workflow of the Node Observability Operator
|
|
|
|
The following workflow outlines on how to query the profiling data using the Node Observability Operator:
|
|
|
|
. Install the Node Observability Operator in the {product-title} cluster.
|
|
. Create a NodeObservability custom resource to enable the CRI-O profiling on the worker nodes of your choice.
|
|
. Run the profiling query to generate the profiling data.
|