kubernetes-sigs / kube-scheduler-wasm-extension

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

Import scheduler_perf from Kubernetes repository rather than maintaining a copy #94

Open sanposhiho opened 3 months ago

sanposhiho commented 3 months ago

We have a performance test for our scheduler in https://github.com/kubernetes-sigs/kube-scheduler-wasm-extension/tree/main/internal/e2e/scheduler_perf.

The scheduler_perf is importable now, we no longer need to maintain the copy. https://github.com/kubernetes/kubernetes/pull/119079

/kind cleanup

utam0k commented 3 months ago

Can I give it a try?

sanposhiho commented 3 months ago

Yes, but we probably have to wait for a release of k/k?

sanposhiho commented 2 months ago

/assign @utam0k (but after v1.30)

utam0k commented 1 week ago

It's time to bump up to K1.30. I'm trying it...