Skip to content

Commit eaae123

Browse files
authored
Merge pull request #52213 from xenolinux/nob-data-profiling
CFE-473: Add information about profiling data lifetime
2 parents 3706c22 + e8957a7 commit eaae123

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/node-observability-run-profiling-query.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[id="running-profiling-query_{context}"]
77
= Running the profiling query
88

9-
To run the profiling query, you must create a `NodeObservabilityRun` resource. The profiling query is a blocking operation that fetches CRI-O and Kubelet profiling data for a duration of 30 seconds. After the profiling query is complete, you must retrieve the profiling data inside the container file system `/run/node-observability` directory.
9+
To run the profiling query, you must create a `NodeObservabilityRun` resource. The profiling query is a blocking operation that fetches CRI-O and Kubelet profiling data for a duration of 30 seconds. After the profiling query is complete, you must retrieve the profiling data inside the container file system `/run/node-observability` directory. The lifetime of data is bound to the agent pod through the `emptyDir` volume, so you can access the profiling data while the agent pod is in the `running` status.
1010

1111
[IMPORTANT]
1212
====

0 commit comments

Comments
 (0)