Was this page helpful?
Caution
You're viewing documentation for an unstable version of Scylla Operator. Switch to the latest stable version.
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