Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Grow examples #101

Open
sanposhiho opened this issue Jan 29, 2024 · 6 comments
Open

Grow examples #101

sanposhiho opened this issue Jan 29, 2024 · 6 comments
Labels
kind/feature Categorizes issue or PR as related to a new feature. priority/next-release Issues or PRs related to features should be implemented for the next release.

Comments

@sanposhiho
Copy link
Member

sanposhiho commented Jan 29, 2024

We have a few examples only for very basic usecases. On the other hand, we have almost all the features the scheduling framework has. The scheduling framework is well created to cover wider usecases and so does our wasm extension.

Motivations:

  • Growing the variety of examples would be a great showcase for users who have different usecases.
  • By implementing some existing plugins in in-tree plugins, we can have a benchmark comparison between Golang plugin and wasm plugin via scheduler_perf.
  • Cover multiple practical scenarios in e2e tests.
@sanposhiho sanposhiho added the kind/feature Categorizes issue or PR as related to a new feature. label Jan 29, 2024
@sanposhiho
Copy link
Member Author

/cc @Gekko0114

@k8s-triage-robot
Copy link

The Kubernetes project currently lacks enough contributors to adequately respond to all issues.

This bot triages un-triaged issues according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Mark this issue as fresh with /remove-lifecycle stale
  • Close this issue with /close
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale

@k8s-ci-robot k8s-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Apr 28, 2024
@sanposhiho
Copy link
Member Author

/remove-lifecycle stale

@k8s-ci-robot k8s-ci-robot removed the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Apr 28, 2024
@sanposhiho
Copy link
Member Author

/priority next-release

@k8s-ci-robot k8s-ci-robot added the priority/next-release Issues or PRs related to features should be implemented for the next release. label Jul 23, 2024
@dejanzele
Copy link
Contributor

Hello all,

Thanks for creating such an interesting project!

I am a fellow Kubernetes contributor and I am interested in getting involved with this project.

I am interested in taking on one of the plugins from the https://github.com/kubernetes-sigs/scheduler-plugins and porting it to WASM.

Do you have any preference on which one?

@sanposhiho
Copy link
Member Author

Hi @dejanzele. Thanks, feel free to create a PR and then ping me, @Gekko0114 and @utam0k.

Speaking of which, instead of sigs/scheduler-plugins, in-tree plugins should be priority now.
I suggest nodeunschedulable as a starting point, which I believe we can implement it without any additional feature to the current SDK.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature. priority/next-release Issues or PRs related to features should be implemented for the next release.
Projects
None yet
Development

No branches or pull requests

4 participants