forked from kserve/kserve
-
Notifications
You must be signed in to change notification settings - Fork 51
[WIP] GIE v1 Migration #941
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
Closed
Closed
Changes from all commits
Commits
Show all changes
53 commits
Select commit
Hold shift + click to select a range
717575c
(llmisvc): migrate to v1 InferencePool with v1alpha2 failover
KillianGolds 7b048d8
Resolve pre-commit linting errors
KillianGolds a47c80f
Downgrade gateway-api-inference-extension to v1.0.0
KillianGolds 79e6c27
upgrade controller-gen to v0.17.2
KillianGolds 8c16e7c
Apply fork workaround for GIE v1.0.0 validation bug and regenerate ma…
KillianGolds 86aeed4
Add GIE v1 InferencePool CRD for integration tests
KillianGolds 4b4844b
Fix openapi_generated.go formatting
KillianGolds 02b0abe
Add GIE v1alpha2 InferencePool CRD for integration tests
KillianGolds 06565e5
fix(llmisvc): add required matchLabels to scheduler config
KillianGolds a1d8e51
fix(llmisvc): add required port field to endpointPickerRef
KillianGolds 68c55f0
fix(llmisvc): fix integration tests for GIE v1 migration
KillianGolds c8353e1
chore: regenerate openapi_generated.go
KillianGolds 7f0bebf
fix(llmisvc): fix GIE v1 InferencePool test helpers
KillianGolds 3eb5d45
fix(llmisvc): use int64 for unstructured port numbers
KillianGolds 4ffa44a
fix(llmisvc): restore config merge logic and update tests for GIE v1
KillianGolds b382549
fix(llmisvc): add GIE v1 scheme registration and InferencePool watch
KillianGolds 920b8eb
fix(llmisvc): add watches for v1alpha2 InferencePool and InferenceModel
KillianGolds 3bed0b4
chore: upgrade to Kubernetes v0.34, Gateway API v1.4, and KEDA v2.18
KillianGolds 3581f80
fix: update Dockerfiles to use Go 1.24.7
KillianGolds 60b5a4f
fix: allow Go 1.24.6 to build code requiring 1.24.7
KillianGolds 7e2f7c8
fix: use GOTOOLCHAIN=auto to handle Go version mismatch
KillianGolds 65536cd
add GOTOOLCHAIN=auto to all Dockerfiles for Go version compatibility
KillianGolds 73ce255
fix(build): disable go-licenses checks in localmodel Dockerfiles
KillianGolds ff187b6
fix(rbac): add GIE v1 inferencemodels and inferenceobjectives permiss…
KillianGolds e416655
fix(e2e): upgrade Gateway API Inference Extension to v1.0.0
KillianGolds 3e2bbcd
fix(llmisvc): implement dual-pool fallback in InferencePool readiness…
KillianGolds ef835ac
fix(llmisvc): auto-inject dual InferencePool backend refs for schedul…
KillianGolds 9d04f60
Make Precommit failure
KillianGolds 8f5a127
fix(llmisvc): use separate pool names for v1 and v1alpha2 backend refs
KillianGolds b63f4ec
fix(llmisvc): check Gateway Controller support before migrating to v1
KillianGolds f41abf5
fix(llmisvc): check ResolvedRefs condition in InferencePool readiness…
KillianGolds 5786f15
fix(llmisvc): defer InferencePool readiness evaluation until after HT…
KillianGolds 97449c2
fix(ci): install GIE controller in OpenShift E2E for InferencePool su…
KillianGolds 2a8caa2
fix(ci): enable InferencePool support in Istio
KillianGolds bd989f7
fix(llmisvc): add retry logic for HTTPRoute update conflicts
KillianGolds 4108db0
fix(ci): use openshift-default GatewayClass name for E2E tests
KillianGolds 38bd1a9
chore(deps): switch to upstream gateway-api with merged validation fix
KillianGolds 254ea6c
fix(llmisvc): add retry logic for finalizer operations and fix async …
KillianGolds 7567270
chore: update generated files from precommit hook
KillianGolds ecb1a22
fix(llmisvc): trim HTTPRoute to single rule for GIE v1 migration
KillianGolds abb40d0
fix(typo)
KillianGolds b7caa8f
fix(llmisvc): initialize Config field in test reconciler
KillianGolds 8ca895c
fix(typo): Update other typo
KillianGolds 3b4c9ad
fix(llmisvc): add required fields to InferencePool status for GIE v1 …
KillianGolds f673d7b
fix(llmisvc): correct Service backend detection in extractRoutePath
KillianGolds 2baf173
test(llmisvc): make auth tests conditional on RHCL availability
KillianGolds dc6c47c
fix(llmisvc): make InferencePool config compatible across KServe vers…
KillianGolds bb9a3aa
chore: run precommit fixes and codegen
KillianGolds 578871d
fix(llmisvc): enable v1alpha2 fallback in dual-pool strategy
KillianGolds 6e09281
fix(test): correct rhcl_available fixture usage in auth tests
KillianGolds 2e0f069
refactor(test): remove duplicate backend ref builder functions
KillianGolds 2f227a8
chore: run precommit
KillianGolds b68114a
fix(llmisvc): watch v1 InferencePool status changes for migration
KillianGolds File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.