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

PoC for loading custom plugin without building custom scheduler. #4

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

sanposhiho
Copy link
Owner

@sanposhiho sanposhiho commented Nov 28, 2021

Poc for kubernetes#100723.

How to use

  • build/run.sh make plugin-build build the plugin in kube-cross container.
  • build/run.sh make plugin-test-build build the test binary for plugin in kube-cross container. (test/integration/custom_scheduler_plugin/main.go)
    • The test is simple; just load the custom scheduler plugin which is built in make plugin-build, enable it, and see the scheduling result.
  • build/run.sh make plugin-test-run exec plugin test binary.

@sanposhiho sanposhiho changed the title PoC for custom plugin loading without building custom scheduler. PoC for loading custom plugin without building custom scheduler. Nov 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant