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