Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 8 hours 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-09T10:49:45.000Z (about 3 years ago)
- Last Synced: 2024-06-20T15:54:43.209Z (6 months ago)
- Topics: demo, golang, kubernetes, sample, scheduler, scheduler-framework
- Language: Go
- Size: 12.6 MB
- Stars: 49
- Watchers: 3
- Forks: 17
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# scheduler-framework-sample
![](https://github.com/angao/scheduler-framework-sample/workflows/Go/badge.svg)
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/
```