https://rancher.com/ logo
#general
Title
# general
c

creamy-room-58344

08/23/2022, 5:08 PM
I upgraded the OS packages on all nodes 1. Cordoned and Drained a node 2. apt update && apt upgrade 3. reboot 4. repeat on next node the last one was rke-node04-prd now this is the node with the least load I would still like to balance the workloads to it edit: all other nodes have a higher cpu usage now because elasticsearch is reindexing
t

tall-school-18125

08/24/2022, 12:16 PM
If you want to change how the kubernetes scheduler chooses a node, you could try reconfiguring the scheduler. https://kubernetes.io/docs/concepts/scheduling-eviction/kube-scheduler/#kube-scheduler-implementation Although if nodes are getting overloaded, it might be simpler to set higher resource requests in the pod specs.
3 Views