Join Slack
Powered by
This message was deleted.
# rke2
a
adamant-kite-43734
03/01/2023, 9:21 AM
This message was deleted.
c
creamy-pencil-82913
03/01/2023, 9:30 AM
Kubernetes makes no attempt to balance node load. If a node has sufficient resources to host a pod, it will be scheduled there. That is just how the scheduler works. You should read the docs at
https://kubernetes.io/docs/concepts/scheduling-eviction/topology-spread-constraints/
for possible ways to get closer to what you want.
b
billowy-midnight-87589
03/01/2023, 9:54 AM
yes that I saw documentation
billowy-midnight-87589
03/01/2023, 9:55 AM
most of this is configuration on pod’s manifest, but there is maybe some configuration in RKE2 server side?
c
creamy-pencil-82913
03/01/2023, 4:12 PM
No. If you want the scheduler to spread your pods out, you need to follow those docs and tell it how you would like them spread.
3
Views
Open in Slack
Previous
Next