https://github.com/angao/scheduler-framework-sample
This repo is a sample for Kubernetes scheduler framework.
https://github.com/angao/scheduler-framework-sample
demo golang kubernetes sample scheduler scheduler-framework
Last synced: 3 months ago
JSON representation
This repo is a sample for Kubernetes scheduler framework.
- Host: GitHub
- URL: https://github.com/angao/scheduler-framework-sample
- Owner: angao
- License: apache-2.0
- Created: 2019-11-17T08:26:45.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-09T10:49:45.000Z (over 3 years ago)
- Last Synced: 2025-03-26T18:22:49.781Z (3 months ago)
- Topics: demo, golang, kubernetes, sample, scheduler, scheduler-framework
- Language: Go
- Size: 12.6 MB
- Stars: 48
- Watchers: 3
- Forks: 16
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```shell
$ make local
```### image
```shell
$ make image
```## Deploy
```shell
$ kubectl apply -f ./deploy/
```