Skip to content

Commit

Permalink
remove random plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
sp-yduck committed Nov 8, 2023
1 parent 6530c13 commit 144781a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cloud/scheduler/plugins/registry.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import (
"github.com/sp-yduck/cluster-api-provider-proxmox/cloud/scheduler/plugins/nodename"
"github.com/sp-yduck/cluster-api-provider-proxmox/cloud/scheduler/plugins/noderesource"
"github.com/sp-yduck/cluster-api-provider-proxmox/cloud/scheduler/plugins/overcommit"
"github.com/sp-yduck/cluster-api-provider-proxmox/cloud/scheduler/plugins/random"
"github.com/sp-yduck/cluster-api-provider-proxmox/cloud/scheduler/plugins/regex"
)

Expand Down Expand Up @@ -72,7 +71,6 @@ func NewNodeFilterPlugins(config map[string]PluginConfig) []framework.NodeFilter

func NewNodeScorePlugins(config map[string]PluginConfig) []framework.NodeScorePlugin {
pls := []framework.NodeScorePlugin{
&random.Random{},
&noderesource.NodeResource{},
}
plugins := []framework.NodeScorePlugin{}
Expand Down

0 comments on commit 144781a

Please sign in to comment.