repositorypackage
1.16.0
Repository: https://github.com/pipego/plugin-score.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# README
plugin-score
Introduction
plugin-score is the score plugin of pipego written in Go.
Prerequisites
- Go >= 1.18.0
Run
make lint
make build
./plugin-score-test
Docker
Usage
plugin/noderesourcesbalancedallocation.go
: Favors nodes that would obtain a more balanced resource usage if the Task is scheduled there.plugin/noderesourcesfit.go
: Checks if the node has all the resources that the Task is requesting.
Settings
License
Project License can be found here.