Hi,

 

I have installed StarlingX edge cloud with version 4.0 with one controller + 2 worker nodes.

In this setup, how to enable CPU Manager, so that dedicated cpu’s can be assigned to containers.

 

I modified the file /var/lib/kubelet/config.yaml, to have below contents and rebooted the worker node

featureGates:

  CPUManager: true

cpuManagerPolicy: static

cpuManagerReconcilePeriod: 5s

systemReserved:

   cpu: 2000m

kubeReserved:

   cpu: 2000m

 

It has not taken effect. Any suggestions to enable CPU Manage ? Looks like documentation for this is not ready.

 

Regards,

Sriram