Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 497 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 497 Bytes

scheduler-framework-sample

This repo is a sample for Kubernetes scheduler framework. The sample plugin implements filter and prebind extension points. And the custom scheduler name is scheduler-framework-sample which defines in KubeSchedulerConfiguration object.

Build

binary

$ make local

image

$ make image

Deploy

$ kubectl apply -f ./deploy/