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

cache Node data via single unified Node data #70

Open sanposhiho opened 8 months ago

sanposhiho commented 8 months ago

The Pod is cached in one scheduling cycle. https://github.com/kubernetes-sigs/kube-scheduler-wasm-extension/blob/main/guest/internal/cyclestate/cyclestate.go#L17-L19

And we can do the similar with Nodes.

There are currently two types for Nodes.

We can unify them and cache Nodes as well like a Pod.

/kind feature

k8s-triage-robot commented 3 months ago

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

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

You can:

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

/lifecycle stale

sanposhiho commented 3 months ago

/remove-lifecycle stale

k8s-triage-robot commented 3 days ago

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

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

You can:

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

/lifecycle stale

sanposhiho commented 2 days ago

/remove-lifecycle stale