Skip to content

pipego/plugin-score

Repository files navigation

plugin-score

Build Status Go Report Card License Tag

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.

Reference