I have a production cluster with virtual machines for the control plane and bare metal servers for workers.
When I run rke up/update, I add extra args to my cluster.yaml for kubelet to respect certain reserved memory and cpu On multipurpose nodes. However only the bare metal nodes need this and if it applies to master nodes, then they will use the reserved cpu and memory amounts which I don’t want (only want that for workers). Is there a way to target specific nodes for the cluster.yaml to apply to? This is blocking me from upgrading kubernetes.