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

doc: add a simple tutorial to guide users #100

Closed sanposhiho closed 3 months ago

sanposhiho commented 3 months ago

What type of PR is this?

/kind documentation

What this PR does / why we need it:

add a simple tutorial to guide users.

Which issue(s) this PR fixes:

Fixes #62 Fixes #88

Special notes for your reviewer:

Does this PR introduce a user-facing change?

NONE

What are the benchmark results of this change?

n/a
k8s-ci-robot commented 3 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
sanposhiho commented 3 months ago

/cc @Gekko0114 @utam0k

Gekko0114 commented 3 months ago

/lgtm Thanks!

Gekko0114 commented 3 months ago

Ah sorry, I didn't notice that it will be merged after adding lgtm label. I should add lgtm label after @utam0k reviewing this.

sanposhiho commented 3 months ago

No worries, anyone can improve anything even after merging PRs.

utam0k commented 3 months ago

/lgtm

Thanks