Was this page helpful?
eksctl
allows you to set static CPU policy for each node pool like:
1apiVersion: eksctl.io/v1alpha5
2kind: ClusterConfig
3# ...
4nodeGroups:
5- name: scylla-pool
6 kubeletExtraConfig:
7 cpuManagerPolicy: static
Was this page helpful?
On this page