adamant-kite-43734
09/19/2024, 1:48 PMbrainy-kilobyte-33711
09/19/2024, 1:55 PMbrainy-kilobyte-33711
09/19/2024, 1:57 PMfamous-shampoo-18483
09/23/2024, 3:06 AMnodeName
for each instance manager pods on all nodes rather than simply deploying a daemonset.
Notice that each worker node (that will use Longhorn volume) needs a instance manager pods. Can avoiding using nodeName
help instance manager be launched on the node that has no enough CPU?
If you don't want to change your existing workloads but still need Longhorn on this node, you can set node.spec.instanceManagerCPURequest
(by executing kubectl -n longhorn-system edit lhn <node name>
) for this individual node.brainy-kilobyte-33711
09/23/2024, 7:36 AM