You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please provide an in-depth description of the question you have:
During the scheduling process, the clusters filtered by the filter plugin will be scored by the score plugin, currently there are two score plugins
ClusterAffinity
Score plugin ClusterAffinity will give each member cluster a score of zero
ClusterAffinity also functions as a filter plugin, removing member clusters that do not meet its specified criteria. It is already effective during the filtering stage of the clustering process. However, is it necessary for ClusterAffinity to also serve as a scoring plugin to evaluate the clusters, given that it does not impact the results of the scoring phase?
What do you think about this question?:
I did a local test by propagating two workloads to the member clusters, and using the metrics collected during the scheduling process to find out how long each step took.
If keep the Score plugin ClusterAffinity
Please provide an in-depth description of the question you have:
During the scheduling process, the clusters filtered by the filter plugin will be scored by the score plugin, currently there are two score plugins
ClusterLocality
ClusterAffinity
Score plugin ClusterAffinity will give each member cluster a score of zero
ClusterAffinity also functions as a filter plugin, removing member clusters that do not meet its specified criteria. It is already effective during the filtering stage of the clustering process. However, is it necessary for ClusterAffinity to also serve as a scoring plugin to evaluate the clusters, given that it does not impact the results of the scoring phase?
What do you think about this question?:
I did a local test by propagating two workloads to the member clusters, and using the metrics collected during the scheduling process to find out how long each step took.
If keep the Score plugin ClusterAffinity
without Score plugin ClusterAffinity
While the time consumption impact of a single instance is minor, it can also save some time when there are a larger number of resources.
Environment:
The text was updated successfully, but these errors were encountered: