0

How to deploy hugepages in EKS aws cluster? Ideally, managed nodes using Karpenter. Can't find any docs anywhere.

Pav K.
  • 2,548
  • 2
  • 19
  • 29

1 Answers1

0

You can configure hugepages for your OS by customizing the node template's userData. If you change the settings after the kubelet is running, don't forget to restart the kubelet. The new limits should display when you describe the node. See https://www.clyso.com/blog/kubernetes-worker-node-with-hugepages/.

Jeremy Cowan
  • 563
  • 4
  • 13