https://rancher.com/ logo
Title
b

bitter-tailor-6977

04/12/2023, 8:01 AM
hi all, https://github.com/longhorn/longhorn/blob/3f5e636bc3a53a1bddf1f4317185e11c8f208f17/deploy/longhorn.yaml#:~:text=engineManagerCPURequest i need the cpu value to be given predefined in charts…could any one help me to get the exact params and where to describe in the daemonset file… i dont want to edit from UI…i need to give predefined in manifest
b

billowy-painting-56466

04/14/2023, 12:37 AM
It's not possible to configure the Node's engineManagerCPURequest setting using a chart. However, you can use the Guaranteed Engine Manager CPU setting instead.
helm install longhorn longhorn/longhorn --namespace longhorn-system --create-namespace --version 1.4.1 --set defaultSettings.guaranteedEngineManagerCPU=<INT>
1