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
In volcano, all filter functions of origin Kubernetes was integrated in predicate plugin. So we could not disable some of the filter functions like NodePort meanwhile enable the other functions like NodeAffinity. So we need more enable arguments in predicate plugin to switch these filters.
Configuring those plugin's weigh to 0 can work for it.
As filter & prefilter plugins, they could only return true/false to permit a node to be candidate for a pod or not, so we may not set plugin weight on these plugins.
What would you like to be added:
In volcano, all
filter
functions of origin Kubernetes was integrated inpredicate
plugin. So we could not disable some of thefilter
functions likeNodePort
meanwhile enable the other functions likeNodeAffinity
. So we need more enable arguments inpredicate
plugin to switch thesefilters
.The enable arguments could be like:
Why is this needed:
The text was updated successfully, but these errors were encountered: