https://github.com/cnych/sample-scheduler-framework
This repo is a sample for Kubernetes scheduler framework.
https://github.com/cnych/sample-scheduler-framework
Last synced: about 2 months ago
JSON representation
This repo is a sample for Kubernetes scheduler framework.
- Host: GitHub
- URL: https://github.com/cnych/sample-scheduler-framework
- Owner: cnych
- Created: 2020-01-04T08:33:57.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-04T09:53:08.000Z (over 5 years ago)
- Last Synced: 2025-04-03T23:51:12.214Z (2 months ago)
- Language: Go
- Size: 30.3 KB
- Stars: 92
- Watchers: 2
- Forks: 60
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sample-scheduler-framework
This repo is a sample for Kubernetes scheduler framework.
## Deploy
```shell
$ kubectl apply -f deploy/sample-scheduler.yaml
```## Test
```shell
$ kubectl apply -f deploy/test-scheduler.yaml
```Then watch sample-scheduler pod logs.