An open API service indexing awesome lists of open source software.

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.

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.