Skip to content

Commit

Permalink
Update scheduling-hugepages.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tengqm committed Oct 18, 2023
1 parent 9803cdc commit ca2b302
Showing 1 changed file with 5 additions and 3 deletions.
Expand Up @@ -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:

```
Expand All @@ -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 >}}

<!-- steps -->

Expand Down

0 comments on commit ca2b302

Please sign in to comment.