kubernetes-sigs / kube-scheduler-wasm-extension

All the things to make the scheduler extendable with wasm.
Apache License 2.0
86 stars 17 forks source link

wip: scheduler_perf for the wasm extension #52

Closed sanposhiho closed 9 months ago

sanposhiho commented 10 months ago

What type of PR is this?

/kind feature

What this PR does / why we need it:

Implement scheduler_perf for the wasm extension.

Which issue(s) this PR fixes:

Fixes #29

Special notes for your reviewer:

It's still like PoC phase and will be officially opened with several changes when https://github.com/kubernetes/kubernetes/pull/119079 is merged.

Does this PR introduce a user-facing change?

NONE

What are the benchmark results of this change?

k8s-ci-robot commented 10 months ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: sanposhiho

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/kubernetes-sigs/kube-scheduler-wasm-extension/blob/main/OWNERS)~~ [sanposhiho] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
k8s-ci-robot commented 10 months ago

PR needs rebase.

Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.
sanposhiho commented 9 months ago

https://github.com/kubernetes-sigs/kube-scheduler-wasm-extension/pull/63