Skip to content

Conversation

mayabar
Copy link
Contributor

@mayabar mayabar commented Apr 23, 2025

fix issue [#718]

Copy link

linux-foundation-easycla bot commented Apr 23, 2025

CLA Signed

The committers listed above are authorized under a signed CLA.

@k8s-ci-robot k8s-ci-robot requested review from ahg-g and liu-cong April 23, 2025 08:23
@k8s-ci-robot k8s-ci-robot added the cncf-cla: no Indicates the PR's author has not signed the CNCF CLA. label Apr 23, 2025
@k8s-ci-robot
Copy link
Contributor

Welcome @mayabar!

It looks like this is your first PR to kubernetes-sigs/gateway-api-inference-extension 🎉. Please refer to our pull request process documentation to help your PR have a smooth ride to approval.

You will be prompted by a bot to use commands during the review process. Do not be afraid to follow the prompts! It is okay to experiment. Here is the bot commands documentation.

You can also check if kubernetes-sigs/gateway-api-inference-extension has its own contribution guidelines.

You may want to refer to our testing guide if you run into trouble with your tests not passing.

If you are having difficulty getting your pull request seen, please follow the recommended escalation practices. Also, for tips and tricks in the contribution process you may want to read the Kubernetes contributor cheat sheet. We want to make sure your contribution gets all the attention it needs!

Thank you, and welcome to Kubernetes. 😃

@k8s-ci-robot k8s-ci-robot added the needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. label Apr 23, 2025
@k8s-ci-robot
Copy link
Contributor

Hi @mayabar. Thanks for your PR.

I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@k8s-ci-robot k8s-ci-robot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Apr 23, 2025
Copy link

netlify bot commented Apr 23, 2025

Deploy Preview for gateway-api-inference-extension ready!

Name Link
🔨 Latest commit 66c4cc2
🔍 Latest deploy log https://app.netlify.com/sites/gateway-api-inference-extension/deploys/680a3b8d164e9d0008bf0dd8
😎 Deploy Preview https://deploy-preview-729--gateway-api-inference-extension.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. and removed cncf-cla: no Indicates the PR's author has not signed the CNCF CLA. labels Apr 23, 2025
@mayabar
Copy link
Contributor Author

mayabar commented Apr 23, 2025

/assign @nirrozenbaum

@nirrozenbaum
Copy link
Contributor

/ok-to-test

@k8s-ci-robot k8s-ci-robot added ok-to-test Indicates a non-member PR verified by an org member that is safe to test. and removed needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Apr 23, 2025
@kfswain
Copy link
Collaborator

kfswain commented Apr 23, 2025

Looks like a noop PR & heremetic tests pass so the filters should be WAI, won't ask for benchmarking on this PR.
/lgtm
/approve

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Apr 23, 2025
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: kfswain, mayabar

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:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added approved Indicates a PR has been approved by an approver from all required OWNERS files. needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. labels Apr 23, 2025
@k8s-ci-robot k8s-ci-robot added size/L Denotes a PR that changes 100-499 lines, ignoring generated files. and removed lgtm "Looks good to me", indicates that a PR is ready to be merged. needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Apr 24, 2025
for _, test := range tests {
t.Run(test.name, func(t *testing.T) {
scheduler := NewScheduler(&fakeDataStore{pods: test.input})
scheduler := NewSchedulerWithConfig(&fakeDataStore{pods: test.input}, schedConfig)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

seems like schedulerConfig here is the default, you can init with NewScheduler :)

@nirrozenbaum
Copy link
Contributor

overall looks awesome!
left just a few very minor comments

mayabar added 3 commits April 24, 2025 16:10
Signed-off-by: Maya Barnea <mayab@il.ibm.com>
Signed-off-by: Maya Barnea <mayab@il.ibm.com>
Signed-off-by: Maya Barnea <mayab@il.ibm.com>
@nirrozenbaum
Copy link
Contributor

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Apr 24, 2025
@k8s-ci-robot k8s-ci-robot merged commit 4c7fd64 into kubernetes-sigs:main Apr 24, 2025
8 checks passed
rlakhtakia pushed a commit to rlakhtakia/gateway-api-inference-extension that referenced this pull request Apr 25, 2025
…netes-sigs#729)

* Move filters and scorers registration to filter/scorer specific files

* Default scheduler config contains empty list of scorers

Signed-off-by: Maya Barnea <mayab@il.ibm.com>

* Default plugin is not a scorer any more

Signed-off-by: Maya Barnea <mayab@il.ibm.com>

* fix scheduler test + lint comments

Signed-off-by: Maya Barnea <mayab@il.ibm.com>

---------

Signed-off-by: Maya Barnea <mayab@il.ibm.com>
k8s-ci-robot pushed a commit that referenced this pull request Apr 25, 2025
* Add unit test coverage for pod APIs under datastore/pkg

* Add unit test coverage for pod APIs under datastore/pkg

* Add unit test coverage for pod APIs under datastore/pkg

* Add unit test coverage for pod APIs under datastore/pkg

* EPP Architecture proposal (#683)

* initial changes

* Adding to proposal to give a quick barebones definition to refactor

* feedback changes

* more feedback addressing

* removed unused Fake struct (#723)

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* epp: return correct response for trailers (#726)

This looks like a copy paste error.

* Refactor scheduler to run plugins (#677)

* Refactor scheduler to run plugins

* Add scheduler plugin latency metric

* Address comments

* Address comments

* Complete the InferencePool documentation (#673)

* Initial guide for inference pool

* Add extensionReference to the InferencePool spec

* Fix list formatting

* Remove unused labels

* Autogenerate the spec

* Update site-src/api-types/inferencepool.md

Co-authored-by: Rob Scott <rob.scott87@gmail.com>

* Update site-src/api-types/inferencepool.md

Co-authored-by: Rob Scott <rob.scott87@gmail.com>

* Update site-src/api-types/inferencepool.md

Co-authored-by: Rob Scott <rob.scott87@gmail.com>

* Update site-src/api-types/inferencepool.md

Co-authored-by: Rob Scott <rob.scott87@gmail.com>

* Update site-src/api-types/inferencepool.md

Co-authored-by: Rob Scott <rob.scott87@gmail.com>

* Update site-src/api-types/inferencepool.md

Co-authored-by: Rob Scott <rob.scott87@gmail.com>

* Rename llm-pool names in rollout example

* Add use cases for replacing an inference pool

* Rewording the background section

* Create replacing-inference-pool.md

* Replace instructions with a link for how to replace an inference pool

* Update replacing-inference-pool.md

* Update mkdocs.yml

* Update replacing-inference-pool.md

* Update inferencemodel_types.go

* Update inferencepool.md

* Update site-src/guides/replacing-inference-pool.md

Co-authored-by: Rob Scott <rob.scott87@gmail.com>

---------

Co-authored-by: Rob Scott <rob.scott87@gmail.com>

* reduce log level in metrics logger not to trash the log (#708)

* reduce log level in metrics logger not to trash the log

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* rename flush metrics to refresh metrics

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* revert log level

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

---------

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* few updates in datastore (#713)

* few updates in datastore

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* PoolSet documentation

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* error phrasing

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* removed unused pool arg from PodUpdateOrAddIfNotExist

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* linter

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

---------

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* scheduler refactoring (#730)

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* filter irrelevant pod in pod_reconciler (#696)

* EPP: Update GetRandomPod() to return nil if no pods exist (#731)

Signed-off-by: Daneyon Hansen <daneyon.hansen@solo.io>

* Move filter and scorer plugins registration to a separate file (#729)

* Move filters and scorers registration to filter/scorer specific files

* Default scheduler config contains empty list of scorers

Signed-off-by: Maya Barnea <mayab@il.ibm.com>

* Default plugin is not a scorer any more

Signed-off-by: Maya Barnea <mayab@il.ibm.com>

* fix scheduler test + lint comments

Signed-off-by: Maya Barnea <mayab@il.ibm.com>

---------

Signed-off-by: Maya Barnea <mayab@il.ibm.com>

* Update issue templates (#738)

* Update issue templates

* Updates artifacts for v0.3.0-rc.1 release

Signed-off-by: Kellen Swain <kfswain@google.com>

* Updates bbr chart for v0.3.0-rc.1 release

Signed-off-by: Kellen Swain <kfswain@google.com>

* Updates artifacts for v0.3.0 release

Signed-off-by: Kellen Swain <kfswain@google.com>

* Adding blank issue template so that all issues start with  label

---------

Signed-off-by: Kellen Swain <kfswain@google.com>

* Add unit test coverage for pod APIs under datastore/pkg

* few updates in datastore (#713)

* few updates in datastore

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* PoolSet documentation

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* error phrasing

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* removed unused pool arg from PodUpdateOrAddIfNotExist

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* linter

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

---------

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* few updates in datastore (#713)

* few updates in datastore

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* PoolSet documentation

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* error phrasing

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* removed unused pool arg from PodUpdateOrAddIfNotExist

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* linter

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

---------

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* Add unit test coverage for pod APIs under datastore/pkg

---------

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>
Signed-off-by: Daneyon Hansen <daneyon.hansen@solo.io>
Signed-off-by: Maya Barnea <mayab@il.ibm.com>
Signed-off-by: Kellen Swain <kfswain@google.com>
Co-authored-by: Kellen Swain <kfswain@google.com>
Co-authored-by: Nir Rozenbaum <nirro@il.ibm.com>
Co-authored-by: John Howard <john.howard@solo.io>
Co-authored-by: Cong Liu <conliu@google.com>
Co-authored-by: Nicole Xin <nxin@google.com>
Co-authored-by: Rob Scott <rob.scott87@gmail.com>
Co-authored-by: nayihz <smartczy@outlook.com>
Co-authored-by: Daneyon Hansen <daneyon.hansen@solo.io>
Co-authored-by: Maya Barnea <mayab@il.ibm.com>
kaushikmitr pushed a commit to kaushikmitr/llm-instance-gateway that referenced this pull request Apr 28, 2025
…netes-sigs#729)

* Move filters and scorers registration to filter/scorer specific files

* Default scheduler config contains empty list of scorers

Signed-off-by: Maya Barnea <mayab@il.ibm.com>

* Default plugin is not a scorer any more

Signed-off-by: Maya Barnea <mayab@il.ibm.com>

* fix scheduler test + lint comments

Signed-off-by: Maya Barnea <mayab@il.ibm.com>

---------

Signed-off-by: Maya Barnea <mayab@il.ibm.com>
kaushikmitr pushed a commit to kaushikmitr/llm-instance-gateway that referenced this pull request Apr 28, 2025
* Add unit test coverage for pod APIs under datastore/pkg

* Add unit test coverage for pod APIs under datastore/pkg

* Add unit test coverage for pod APIs under datastore/pkg

* Add unit test coverage for pod APIs under datastore/pkg

* EPP Architecture proposal (kubernetes-sigs#683)

* initial changes

* Adding to proposal to give a quick barebones definition to refactor

* feedback changes

* more feedback addressing

* removed unused Fake struct (kubernetes-sigs#723)

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* epp: return correct response for trailers (kubernetes-sigs#726)

This looks like a copy paste error.

* Refactor scheduler to run plugins (kubernetes-sigs#677)

* Refactor scheduler to run plugins

* Add scheduler plugin latency metric

* Address comments

* Address comments

* Complete the InferencePool documentation (kubernetes-sigs#673)

* Initial guide for inference pool

* Add extensionReference to the InferencePool spec

* Fix list formatting

* Remove unused labels

* Autogenerate the spec

* Update site-src/api-types/inferencepool.md

Co-authored-by: Rob Scott <rob.scott87@gmail.com>

* Update site-src/api-types/inferencepool.md

Co-authored-by: Rob Scott <rob.scott87@gmail.com>

* Update site-src/api-types/inferencepool.md

Co-authored-by: Rob Scott <rob.scott87@gmail.com>

* Update site-src/api-types/inferencepool.md

Co-authored-by: Rob Scott <rob.scott87@gmail.com>

* Update site-src/api-types/inferencepool.md

Co-authored-by: Rob Scott <rob.scott87@gmail.com>

* Update site-src/api-types/inferencepool.md

Co-authored-by: Rob Scott <rob.scott87@gmail.com>

* Rename llm-pool names in rollout example

* Add use cases for replacing an inference pool

* Rewording the background section

* Create replacing-inference-pool.md

* Replace instructions with a link for how to replace an inference pool

* Update replacing-inference-pool.md

* Update mkdocs.yml

* Update replacing-inference-pool.md

* Update inferencemodel_types.go

* Update inferencepool.md

* Update site-src/guides/replacing-inference-pool.md

Co-authored-by: Rob Scott <rob.scott87@gmail.com>

---------

Co-authored-by: Rob Scott <rob.scott87@gmail.com>

* reduce log level in metrics logger not to trash the log (kubernetes-sigs#708)

* reduce log level in metrics logger not to trash the log

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* rename flush metrics to refresh metrics

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* revert log level

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

---------

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* few updates in datastore (kubernetes-sigs#713)

* few updates in datastore

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* PoolSet documentation

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* error phrasing

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* removed unused pool arg from PodUpdateOrAddIfNotExist

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* linter

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

---------

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* scheduler refactoring (kubernetes-sigs#730)

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* filter irrelevant pod in pod_reconciler (kubernetes-sigs#696)

* EPP: Update GetRandomPod() to return nil if no pods exist (kubernetes-sigs#731)

Signed-off-by: Daneyon Hansen <daneyon.hansen@solo.io>

* Move filter and scorer plugins registration to a separate file (kubernetes-sigs#729)

* Move filters and scorers registration to filter/scorer specific files

* Default scheduler config contains empty list of scorers

Signed-off-by: Maya Barnea <mayab@il.ibm.com>

* Default plugin is not a scorer any more

Signed-off-by: Maya Barnea <mayab@il.ibm.com>

* fix scheduler test + lint comments

Signed-off-by: Maya Barnea <mayab@il.ibm.com>

---------

Signed-off-by: Maya Barnea <mayab@il.ibm.com>

* Update issue templates (kubernetes-sigs#738)

* Update issue templates

* Updates artifacts for v0.3.0-rc.1 release

Signed-off-by: Kellen Swain <kfswain@google.com>

* Updates bbr chart for v0.3.0-rc.1 release

Signed-off-by: Kellen Swain <kfswain@google.com>

* Updates artifacts for v0.3.0 release

Signed-off-by: Kellen Swain <kfswain@google.com>

* Adding blank issue template so that all issues start with  label

---------

Signed-off-by: Kellen Swain <kfswain@google.com>

* Add unit test coverage for pod APIs under datastore/pkg

* few updates in datastore (kubernetes-sigs#713)

* few updates in datastore

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* PoolSet documentation

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* error phrasing

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* removed unused pool arg from PodUpdateOrAddIfNotExist

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* linter

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

---------

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* few updates in datastore (kubernetes-sigs#713)

* few updates in datastore

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* PoolSet documentation

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* error phrasing

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* removed unused pool arg from PodUpdateOrAddIfNotExist

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* linter

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

---------

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* Add unit test coverage for pod APIs under datastore/pkg

---------

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>
Signed-off-by: Daneyon Hansen <daneyon.hansen@solo.io>
Signed-off-by: Maya Barnea <mayab@il.ibm.com>
Signed-off-by: Kellen Swain <kfswain@google.com>
Co-authored-by: Kellen Swain <kfswain@google.com>
Co-authored-by: Nir Rozenbaum <nirro@il.ibm.com>
Co-authored-by: John Howard <john.howard@solo.io>
Co-authored-by: Cong Liu <conliu@google.com>
Co-authored-by: Nicole Xin <nxin@google.com>
Co-authored-by: Rob Scott <rob.scott87@gmail.com>
Co-authored-by: nayihz <smartczy@outlook.com>
Co-authored-by: Daneyon Hansen <daneyon.hansen@solo.io>
Co-authored-by: Maya Barnea <mayab@il.ibm.com>
kfswain pushed a commit to kfswain/llm-instance-gateway that referenced this pull request Apr 29, 2025
…netes-sigs#729)

* Move filters and scorers registration to filter/scorer specific files

* Default scheduler config contains empty list of scorers

Signed-off-by: Maya Barnea <mayab@il.ibm.com>

* Default plugin is not a scorer any more

Signed-off-by: Maya Barnea <mayab@il.ibm.com>

* fix scheduler test + lint comments

Signed-off-by: Maya Barnea <mayab@il.ibm.com>

---------

Signed-off-by: Maya Barnea <mayab@il.ibm.com>
kfswain added a commit to kfswain/llm-instance-gateway that referenced this pull request Apr 29, 2025
* Add unit test coverage for pod APIs under datastore/pkg

* Add unit test coverage for pod APIs under datastore/pkg

* Add unit test coverage for pod APIs under datastore/pkg

* Add unit test coverage for pod APIs under datastore/pkg

* EPP Architecture proposal (kubernetes-sigs#683)

* initial changes

* Adding to proposal to give a quick barebones definition to refactor

* feedback changes

* more feedback addressing

* removed unused Fake struct (kubernetes-sigs#723)

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* epp: return correct response for trailers (kubernetes-sigs#726)

This looks like a copy paste error.

* Refactor scheduler to run plugins (kubernetes-sigs#677)

* Refactor scheduler to run plugins

* Add scheduler plugin latency metric

* Address comments

* Address comments

* Complete the InferencePool documentation (kubernetes-sigs#673)

* Initial guide for inference pool

* Add extensionReference to the InferencePool spec

* Fix list formatting

* Remove unused labels

* Autogenerate the spec

* Update site-src/api-types/inferencepool.md

Co-authored-by: Rob Scott <rob.scott87@gmail.com>

* Update site-src/api-types/inferencepool.md

Co-authored-by: Rob Scott <rob.scott87@gmail.com>

* Update site-src/api-types/inferencepool.md

Co-authored-by: Rob Scott <rob.scott87@gmail.com>

* Update site-src/api-types/inferencepool.md

Co-authored-by: Rob Scott <rob.scott87@gmail.com>

* Update site-src/api-types/inferencepool.md

Co-authored-by: Rob Scott <rob.scott87@gmail.com>

* Update site-src/api-types/inferencepool.md

Co-authored-by: Rob Scott <rob.scott87@gmail.com>

* Rename llm-pool names in rollout example

* Add use cases for replacing an inference pool

* Rewording the background section

* Create replacing-inference-pool.md

* Replace instructions with a link for how to replace an inference pool

* Update replacing-inference-pool.md

* Update mkdocs.yml

* Update replacing-inference-pool.md

* Update inferencemodel_types.go

* Update inferencepool.md

* Update site-src/guides/replacing-inference-pool.md

Co-authored-by: Rob Scott <rob.scott87@gmail.com>

---------

Co-authored-by: Rob Scott <rob.scott87@gmail.com>

* reduce log level in metrics logger not to trash the log (kubernetes-sigs#708)

* reduce log level in metrics logger not to trash the log

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* rename flush metrics to refresh metrics

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* revert log level

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

---------

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* few updates in datastore (kubernetes-sigs#713)

* few updates in datastore

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* PoolSet documentation

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* error phrasing

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* removed unused pool arg from PodUpdateOrAddIfNotExist

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* linter

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

---------

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* scheduler refactoring (kubernetes-sigs#730)

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* filter irrelevant pod in pod_reconciler (kubernetes-sigs#696)

* EPP: Update GetRandomPod() to return nil if no pods exist (kubernetes-sigs#731)

Signed-off-by: Daneyon Hansen <daneyon.hansen@solo.io>

* Move filter and scorer plugins registration to a separate file (kubernetes-sigs#729)

* Move filters and scorers registration to filter/scorer specific files

* Default scheduler config contains empty list of scorers

Signed-off-by: Maya Barnea <mayab@il.ibm.com>

* Default plugin is not a scorer any more

Signed-off-by: Maya Barnea <mayab@il.ibm.com>

* fix scheduler test + lint comments

Signed-off-by: Maya Barnea <mayab@il.ibm.com>

---------

Signed-off-by: Maya Barnea <mayab@il.ibm.com>

* Update issue templates (kubernetes-sigs#738)

* Update issue templates

* Updates artifacts for v0.3.0-rc.1 release

Signed-off-by: Kellen Swain <kfswain@google.com>

* Updates bbr chart for v0.3.0-rc.1 release

Signed-off-by: Kellen Swain <kfswain@google.com>

* Updates artifacts for v0.3.0 release

Signed-off-by: Kellen Swain <kfswain@google.com>

* Adding blank issue template so that all issues start with  label

---------

Signed-off-by: Kellen Swain <kfswain@google.com>

* Add unit test coverage for pod APIs under datastore/pkg

* few updates in datastore (kubernetes-sigs#713)

* few updates in datastore

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* PoolSet documentation

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* error phrasing

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* removed unused pool arg from PodUpdateOrAddIfNotExist

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* linter

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

---------

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* few updates in datastore (kubernetes-sigs#713)

* few updates in datastore

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* PoolSet documentation

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* error phrasing

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* removed unused pool arg from PodUpdateOrAddIfNotExist

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* linter

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

---------

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* Add unit test coverage for pod APIs under datastore/pkg

---------

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>
Signed-off-by: Daneyon Hansen <daneyon.hansen@solo.io>
Signed-off-by: Maya Barnea <mayab@il.ibm.com>
Signed-off-by: Kellen Swain <kfswain@google.com>
Co-authored-by: Kellen Swain <kfswain@google.com>
Co-authored-by: Nir Rozenbaum <nirro@il.ibm.com>
Co-authored-by: John Howard <john.howard@solo.io>
Co-authored-by: Cong Liu <conliu@google.com>
Co-authored-by: Nicole Xin <nxin@google.com>
Co-authored-by: Rob Scott <rob.scott87@gmail.com>
Co-authored-by: nayihz <smartczy@outlook.com>
Co-authored-by: Daneyon Hansen <daneyon.hansen@solo.io>
Co-authored-by: Maya Barnea <mayab@il.ibm.com>
kfswain pushed a commit to kfswain/llm-instance-gateway that referenced this pull request Apr 29, 2025
…netes-sigs#729)

* Move filters and scorers registration to filter/scorer specific files

* Default scheduler config contains empty list of scorers

Signed-off-by: Maya Barnea <mayab@il.ibm.com>

* Default plugin is not a scorer any more

Signed-off-by: Maya Barnea <mayab@il.ibm.com>

* fix scheduler test + lint comments

Signed-off-by: Maya Barnea <mayab@il.ibm.com>

---------

Signed-off-by: Maya Barnea <mayab@il.ibm.com>
kfswain added a commit to kfswain/llm-instance-gateway that referenced this pull request Apr 29, 2025
* Add unit test coverage for pod APIs under datastore/pkg

* Add unit test coverage for pod APIs under datastore/pkg

* Add unit test coverage for pod APIs under datastore/pkg

* Add unit test coverage for pod APIs under datastore/pkg

* EPP Architecture proposal (kubernetes-sigs#683)

* initial changes

* Adding to proposal to give a quick barebones definition to refactor

* feedback changes

* more feedback addressing

* removed unused Fake struct (kubernetes-sigs#723)

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* epp: return correct response for trailers (kubernetes-sigs#726)

This looks like a copy paste error.

* Refactor scheduler to run plugins (kubernetes-sigs#677)

* Refactor scheduler to run plugins

* Add scheduler plugin latency metric

* Address comments

* Address comments

* Complete the InferencePool documentation (kubernetes-sigs#673)

* Initial guide for inference pool

* Add extensionReference to the InferencePool spec

* Fix list formatting

* Remove unused labels

* Autogenerate the spec

* Update site-src/api-types/inferencepool.md

Co-authored-by: Rob Scott <rob.scott87@gmail.com>

* Update site-src/api-types/inferencepool.md

Co-authored-by: Rob Scott <rob.scott87@gmail.com>

* Update site-src/api-types/inferencepool.md

Co-authored-by: Rob Scott <rob.scott87@gmail.com>

* Update site-src/api-types/inferencepool.md

Co-authored-by: Rob Scott <rob.scott87@gmail.com>

* Update site-src/api-types/inferencepool.md

Co-authored-by: Rob Scott <rob.scott87@gmail.com>

* Update site-src/api-types/inferencepool.md

Co-authored-by: Rob Scott <rob.scott87@gmail.com>

* Rename llm-pool names in rollout example

* Add use cases for replacing an inference pool

* Rewording the background section

* Create replacing-inference-pool.md

* Replace instructions with a link for how to replace an inference pool

* Update replacing-inference-pool.md

* Update mkdocs.yml

* Update replacing-inference-pool.md

* Update inferencemodel_types.go

* Update inferencepool.md

* Update site-src/guides/replacing-inference-pool.md

Co-authored-by: Rob Scott <rob.scott87@gmail.com>

---------

Co-authored-by: Rob Scott <rob.scott87@gmail.com>

* reduce log level in metrics logger not to trash the log (kubernetes-sigs#708)

* reduce log level in metrics logger not to trash the log

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* rename flush metrics to refresh metrics

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* revert log level

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

---------

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* few updates in datastore (kubernetes-sigs#713)

* few updates in datastore

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* PoolSet documentation

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* error phrasing

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* removed unused pool arg from PodUpdateOrAddIfNotExist

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* linter

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

---------

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* scheduler refactoring (kubernetes-sigs#730)

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* filter irrelevant pod in pod_reconciler (kubernetes-sigs#696)

* EPP: Update GetRandomPod() to return nil if no pods exist (kubernetes-sigs#731)

Signed-off-by: Daneyon Hansen <daneyon.hansen@solo.io>

* Move filter and scorer plugins registration to a separate file (kubernetes-sigs#729)

* Move filters and scorers registration to filter/scorer specific files

* Default scheduler config contains empty list of scorers

Signed-off-by: Maya Barnea <mayab@il.ibm.com>

* Default plugin is not a scorer any more

Signed-off-by: Maya Barnea <mayab@il.ibm.com>

* fix scheduler test + lint comments

Signed-off-by: Maya Barnea <mayab@il.ibm.com>

---------

Signed-off-by: Maya Barnea <mayab@il.ibm.com>

* Update issue templates (kubernetes-sigs#738)

* Update issue templates

* Updates artifacts for v0.3.0-rc.1 release

Signed-off-by: Kellen Swain <kfswain@google.com>

* Updates bbr chart for v0.3.0-rc.1 release

Signed-off-by: Kellen Swain <kfswain@google.com>

* Updates artifacts for v0.3.0 release

Signed-off-by: Kellen Swain <kfswain@google.com>

* Adding blank issue template so that all issues start with  label

---------

Signed-off-by: Kellen Swain <kfswain@google.com>

* Add unit test coverage for pod APIs under datastore/pkg

* few updates in datastore (kubernetes-sigs#713)

* few updates in datastore

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* PoolSet documentation

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* error phrasing

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* removed unused pool arg from PodUpdateOrAddIfNotExist

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* linter

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

---------

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* few updates in datastore (kubernetes-sigs#713)

* few updates in datastore

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* PoolSet documentation

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* error phrasing

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* removed unused pool arg from PodUpdateOrAddIfNotExist

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* linter

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

---------

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* Add unit test coverage for pod APIs under datastore/pkg

---------

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>
Signed-off-by: Daneyon Hansen <daneyon.hansen@solo.io>
Signed-off-by: Maya Barnea <mayab@il.ibm.com>
Signed-off-by: Kellen Swain <kfswain@google.com>
Co-authored-by: Kellen Swain <kfswain@google.com>
Co-authored-by: Nir Rozenbaum <nirro@il.ibm.com>
Co-authored-by: John Howard <john.howard@solo.io>
Co-authored-by: Cong Liu <conliu@google.com>
Co-authored-by: Nicole Xin <nxin@google.com>
Co-authored-by: Rob Scott <rob.scott87@gmail.com>
Co-authored-by: nayihz <smartczy@outlook.com>
Co-authored-by: Daneyon Hansen <daneyon.hansen@solo.io>
Co-authored-by: Maya Barnea <mayab@il.ibm.com>
kfswain pushed a commit to kfswain/llm-instance-gateway that referenced this pull request Apr 29, 2025
…netes-sigs#729)

* Move filters and scorers registration to filter/scorer specific files

* Default scheduler config contains empty list of scorers

Signed-off-by: Maya Barnea <mayab@il.ibm.com>

* Default plugin is not a scorer any more

Signed-off-by: Maya Barnea <mayab@il.ibm.com>

* fix scheduler test + lint comments

Signed-off-by: Maya Barnea <mayab@il.ibm.com>

---------

Signed-off-by: Maya Barnea <mayab@il.ibm.com>
kfswain added a commit to kfswain/llm-instance-gateway that referenced this pull request Apr 29, 2025
* Add unit test coverage for pod APIs under datastore/pkg

* Add unit test coverage for pod APIs under datastore/pkg

* Add unit test coverage for pod APIs under datastore/pkg

* Add unit test coverage for pod APIs under datastore/pkg

* EPP Architecture proposal (kubernetes-sigs#683)

* initial changes

* Adding to proposal to give a quick barebones definition to refactor

* feedback changes

* more feedback addressing

* removed unused Fake struct (kubernetes-sigs#723)

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* epp: return correct response for trailers (kubernetes-sigs#726)

This looks like a copy paste error.

* Refactor scheduler to run plugins (kubernetes-sigs#677)

* Refactor scheduler to run plugins

* Add scheduler plugin latency metric

* Address comments

* Address comments

* Complete the InferencePool documentation (kubernetes-sigs#673)

* Initial guide for inference pool

* Add extensionReference to the InferencePool spec

* Fix list formatting

* Remove unused labels

* Autogenerate the spec

* Update site-src/api-types/inferencepool.md

Co-authored-by: Rob Scott <rob.scott87@gmail.com>

* Update site-src/api-types/inferencepool.md

Co-authored-by: Rob Scott <rob.scott87@gmail.com>

* Update site-src/api-types/inferencepool.md

Co-authored-by: Rob Scott <rob.scott87@gmail.com>

* Update site-src/api-types/inferencepool.md

Co-authored-by: Rob Scott <rob.scott87@gmail.com>

* Update site-src/api-types/inferencepool.md

Co-authored-by: Rob Scott <rob.scott87@gmail.com>

* Update site-src/api-types/inferencepool.md

Co-authored-by: Rob Scott <rob.scott87@gmail.com>

* Rename llm-pool names in rollout example

* Add use cases for replacing an inference pool

* Rewording the background section

* Create replacing-inference-pool.md

* Replace instructions with a link for how to replace an inference pool

* Update replacing-inference-pool.md

* Update mkdocs.yml

* Update replacing-inference-pool.md

* Update inferencemodel_types.go

* Update inferencepool.md

* Update site-src/guides/replacing-inference-pool.md

Co-authored-by: Rob Scott <rob.scott87@gmail.com>

---------

Co-authored-by: Rob Scott <rob.scott87@gmail.com>

* reduce log level in metrics logger not to trash the log (kubernetes-sigs#708)

* reduce log level in metrics logger not to trash the log

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* rename flush metrics to refresh metrics

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* revert log level

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

---------

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* few updates in datastore (kubernetes-sigs#713)

* few updates in datastore

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* PoolSet documentation

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* error phrasing

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* removed unused pool arg from PodUpdateOrAddIfNotExist

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* linter

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

---------

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* scheduler refactoring (kubernetes-sigs#730)

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* filter irrelevant pod in pod_reconciler (kubernetes-sigs#696)

* EPP: Update GetRandomPod() to return nil if no pods exist (kubernetes-sigs#731)

Signed-off-by: Daneyon Hansen <daneyon.hansen@solo.io>

* Move filter and scorer plugins registration to a separate file (kubernetes-sigs#729)

* Move filters and scorers registration to filter/scorer specific files

* Default scheduler config contains empty list of scorers

Signed-off-by: Maya Barnea <mayab@il.ibm.com>

* Default plugin is not a scorer any more

Signed-off-by: Maya Barnea <mayab@il.ibm.com>

* fix scheduler test + lint comments

Signed-off-by: Maya Barnea <mayab@il.ibm.com>

---------

Signed-off-by: Maya Barnea <mayab@il.ibm.com>

* Update issue templates (kubernetes-sigs#738)

* Update issue templates

* Updates artifacts for v0.3.0-rc.1 release

Signed-off-by: Kellen Swain <kfswain@google.com>

* Updates bbr chart for v0.3.0-rc.1 release

Signed-off-by: Kellen Swain <kfswain@google.com>

* Updates artifacts for v0.3.0 release

Signed-off-by: Kellen Swain <kfswain@google.com>

* Adding blank issue template so that all issues start with  label

---------

Signed-off-by: Kellen Swain <kfswain@google.com>

* Add unit test coverage for pod APIs under datastore/pkg

* few updates in datastore (kubernetes-sigs#713)

* few updates in datastore

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* PoolSet documentation

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* error phrasing

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* removed unused pool arg from PodUpdateOrAddIfNotExist

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* linter

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

---------

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* few updates in datastore (kubernetes-sigs#713)

* few updates in datastore

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* PoolSet documentation

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* error phrasing

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* removed unused pool arg from PodUpdateOrAddIfNotExist

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* linter

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

---------

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* Add unit test coverage for pod APIs under datastore/pkg

---------

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>
Signed-off-by: Daneyon Hansen <daneyon.hansen@solo.io>
Signed-off-by: Maya Barnea <mayab@il.ibm.com>
Signed-off-by: Kellen Swain <kfswain@google.com>
Co-authored-by: Kellen Swain <kfswain@google.com>
Co-authored-by: Nir Rozenbaum <nirro@il.ibm.com>
Co-authored-by: John Howard <john.howard@solo.io>
Co-authored-by: Cong Liu <conliu@google.com>
Co-authored-by: Nicole Xin <nxin@google.com>
Co-authored-by: Rob Scott <rob.scott87@gmail.com>
Co-authored-by: nayihz <smartczy@outlook.com>
Co-authored-by: Daneyon Hansen <daneyon.hansen@solo.io>
Co-authored-by: Maya Barnea <mayab@il.ibm.com>
@mayabar mayabar deleted the register_plugins branch April 30, 2025 05:39
JeffLuoo pushed a commit to JeffLuoo/gateway-api-inference-extension that referenced this pull request May 2, 2025
…netes-sigs#729)

* Move filters and scorers registration to filter/scorer specific files

* Default scheduler config contains empty list of scorers

Signed-off-by: Maya Barnea <mayab@il.ibm.com>

* Default plugin is not a scorer any more

Signed-off-by: Maya Barnea <mayab@il.ibm.com>

* fix scheduler test + lint comments

Signed-off-by: Maya Barnea <mayab@il.ibm.com>

---------

Signed-off-by: Maya Barnea <mayab@il.ibm.com>
JeffLuoo pushed a commit to JeffLuoo/gateway-api-inference-extension that referenced this pull request May 2, 2025
* Add unit test coverage for pod APIs under datastore/pkg

* Add unit test coverage for pod APIs under datastore/pkg

* Add unit test coverage for pod APIs under datastore/pkg

* Add unit test coverage for pod APIs under datastore/pkg

* EPP Architecture proposal (kubernetes-sigs#683)

* initial changes

* Adding to proposal to give a quick barebones definition to refactor

* feedback changes

* more feedback addressing

* removed unused Fake struct (kubernetes-sigs#723)

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* epp: return correct response for trailers (kubernetes-sigs#726)

This looks like a copy paste error.

* Refactor scheduler to run plugins (kubernetes-sigs#677)

* Refactor scheduler to run plugins

* Add scheduler plugin latency metric

* Address comments

* Address comments

* Complete the InferencePool documentation (kubernetes-sigs#673)

* Initial guide for inference pool

* Add extensionReference to the InferencePool spec

* Fix list formatting

* Remove unused labels

* Autogenerate the spec

* Update site-src/api-types/inferencepool.md

Co-authored-by: Rob Scott <rob.scott87@gmail.com>

* Update site-src/api-types/inferencepool.md

Co-authored-by: Rob Scott <rob.scott87@gmail.com>

* Update site-src/api-types/inferencepool.md

Co-authored-by: Rob Scott <rob.scott87@gmail.com>

* Update site-src/api-types/inferencepool.md

Co-authored-by: Rob Scott <rob.scott87@gmail.com>

* Update site-src/api-types/inferencepool.md

Co-authored-by: Rob Scott <rob.scott87@gmail.com>

* Update site-src/api-types/inferencepool.md

Co-authored-by: Rob Scott <rob.scott87@gmail.com>

* Rename llm-pool names in rollout example

* Add use cases for replacing an inference pool

* Rewording the background section

* Create replacing-inference-pool.md

* Replace instructions with a link for how to replace an inference pool

* Update replacing-inference-pool.md

* Update mkdocs.yml

* Update replacing-inference-pool.md

* Update inferencemodel_types.go

* Update inferencepool.md

* Update site-src/guides/replacing-inference-pool.md

Co-authored-by: Rob Scott <rob.scott87@gmail.com>

---------

Co-authored-by: Rob Scott <rob.scott87@gmail.com>

* reduce log level in metrics logger not to trash the log (kubernetes-sigs#708)

* reduce log level in metrics logger not to trash the log

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* rename flush metrics to refresh metrics

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* revert log level

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

---------

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* few updates in datastore (kubernetes-sigs#713)

* few updates in datastore

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* PoolSet documentation

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* error phrasing

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* removed unused pool arg from PodUpdateOrAddIfNotExist

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* linter

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

---------

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* scheduler refactoring (kubernetes-sigs#730)

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* filter irrelevant pod in pod_reconciler (kubernetes-sigs#696)

* EPP: Update GetRandomPod() to return nil if no pods exist (kubernetes-sigs#731)

Signed-off-by: Daneyon Hansen <daneyon.hansen@solo.io>

* Move filter and scorer plugins registration to a separate file (kubernetes-sigs#729)

* Move filters and scorers registration to filter/scorer specific files

* Default scheduler config contains empty list of scorers

Signed-off-by: Maya Barnea <mayab@il.ibm.com>

* Default plugin is not a scorer any more

Signed-off-by: Maya Barnea <mayab@il.ibm.com>

* fix scheduler test + lint comments

Signed-off-by: Maya Barnea <mayab@il.ibm.com>

---------

Signed-off-by: Maya Barnea <mayab@il.ibm.com>

* Update issue templates (kubernetes-sigs#738)

* Update issue templates

* Updates artifacts for v0.3.0-rc.1 release

Signed-off-by: Kellen Swain <kfswain@google.com>

* Updates bbr chart for v0.3.0-rc.1 release

Signed-off-by: Kellen Swain <kfswain@google.com>

* Updates artifacts for v0.3.0 release

Signed-off-by: Kellen Swain <kfswain@google.com>

* Adding blank issue template so that all issues start with  label

---------

Signed-off-by: Kellen Swain <kfswain@google.com>

* Add unit test coverage for pod APIs under datastore/pkg

* few updates in datastore (kubernetes-sigs#713)

* few updates in datastore

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* PoolSet documentation

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* error phrasing

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* removed unused pool arg from PodUpdateOrAddIfNotExist

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* linter

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

---------

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* few updates in datastore (kubernetes-sigs#713)

* few updates in datastore

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* PoolSet documentation

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* error phrasing

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* removed unused pool arg from PodUpdateOrAddIfNotExist

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* linter

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

---------

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>

* Add unit test coverage for pod APIs under datastore/pkg

---------

Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>
Signed-off-by: Daneyon Hansen <daneyon.hansen@solo.io>
Signed-off-by: Maya Barnea <mayab@il.ibm.com>
Signed-off-by: Kellen Swain <kfswain@google.com>
Co-authored-by: Kellen Swain <kfswain@google.com>
Co-authored-by: Nir Rozenbaum <nirro@il.ibm.com>
Co-authored-by: John Howard <john.howard@solo.io>
Co-authored-by: Cong Liu <conliu@google.com>
Co-authored-by: Nicole Xin <nxin@google.com>
Co-authored-by: Rob Scott <rob.scott87@gmail.com>
Co-authored-by: nayihz <smartczy@outlook.com>
Co-authored-by: Daneyon Hansen <daneyon.hansen@solo.io>
Co-authored-by: Maya Barnea <mayab@il.ibm.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants