Replies: 1 comment
-
For karmada-scheduler, each scheduling will select the suitable clusters and allocate the workload replicas. If you want to remove a cluster from the resource scheduling result, you can start from these two perspectives. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've tried to read our
defaultScheduler
code and to learn how/when a cluster is not listed/matched against any propagation policy, the resources on that cluster are removed. I want to customize the scheduler to prevent that situation from happening. I haven't found the code that is in charge of this removal. I've read atdynamicScaleDown
but it doesn't sound what does the real job.Would any one give me a hint?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions