From ca2b3023e7fa60d5c4c2ef4bd69f276e84de5b80 Mon Sep 17 00:00:00 2001 From: Qiming Teng Date: Wed, 18 Oct 2023 13:15:01 +0800 Subject: [PATCH] Update scheduling-hugepages.md --- .../docs/tasks/manage-hugepages/scheduling-hugepages.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/content/en/docs/tasks/manage-hugepages/scheduling-hugepages.md b/content/en/docs/tasks/manage-hugepages/scheduling-hugepages.md index 31be02d57fbb1..2bae4e6c9bff5 100644 --- a/content/en/docs/tasks/manage-hugepages/scheduling-hugepages.md +++ b/content/en/docs/tasks/manage-hugepages/scheduling-hugepages.md @@ -29,7 +29,7 @@ GRUB_CMDLINE_LINUX="hugepagesz=1G hugepages=2 hugepagesz=2M hugepages=512" The nodes will automatically discover and report all huge page resources as schedulable resources. -When you describe the node, you should see something similar to the following +When you describe the Node, you should see something similar to the following in the following in the `Capacity` and `Allocatable` sections: ``` @@ -49,8 +49,10 @@ Allocatable: pods: ... ``` -> **NOTE:** For dynamically allocated pages (after boot), the Kubelet -> needs to be restarted for the new allocations to be refrelected. +{{< note >}} +For dynamically allocated pages (after boot), the Kubelet needs to be restarted +for the new allocations to be refrelected. +{{< /note >}}