From 1b441b6a8309df4f5126ba4546fadcae6e939651 Mon Sep 17 00:00:00 2001 From: Sergey Kanzhelev Date: Sat, 10 Aug 2024 18:39:32 -0700 Subject: [PATCH] Update content/en/docs/reference/node/kubelet-files.md Co-authored-by: Qiming Teng --- content/en/docs/reference/node/kubelet-files.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/reference/node/kubelet-files.md b/content/en/docs/reference/node/kubelet-files.md index 2beb2053d1ee2..93f6a1807a017 100644 --- a/content/en/docs/reference/node/kubelet-files.md +++ b/content/en/docs/reference/node/kubelet-files.md @@ -49,7 +49,7 @@ Location can be configured using the `staticPodPath` kubelet configuration optio #### Checkpoint files -CPU and Memory managers are using state files to keep the mapping between +CPU managers and memory managers use state files to keep the mapping between Pods and allocated resources. Files are named `memory_manager_state` and `cpu_manager_state` and both located in kubelet's root directory, typically `/var/lib/kubelet`. Kubelet root directory can be configured