chore: deprecate 'rawdeployment' in favor of 'standard' mode#148
Merged
juliusvonkohout merged 1 commit intokserve:masterfrom Feb 4, 2026
Merged
chore: deprecate 'rawdeployment' in favor of 'standard' mode#148juliusvonkohout merged 1 commit intokserve:masterfrom
juliusvonkohout merged 1 commit intokserve:masterfrom
Conversation
adrianAzoitei
commented
Jan 31, 2026
adrianAzoitei
commented
Jan 31, 2026
Contributor
|
Thank you for the PR. We are still at Kserve 0.15.2 since 0.16.0 hase severe security issues. See kubeflow/manifests#3327 and kubeflow/manifests#3290. CC @LogicalGuy77 @Griffin-Sullivan for review. @adrianAzoitei Please make sure to fix all red tests. |
Contributor
Author
|
@juliusvonkohout could you approve the workflows? i think the formatting errors are gone now |
LogicalGuy77
approved these changes
Feb 4, 2026
Contributor
There was a problem hiding this comment.
looks good to merge, we can remove the legacy support for Raw deployment once we've migrated to kserve v16.0 kubeflow/manifests#3327
Contributor
|
thank you for your contribution, can you please rebase? @adrianAzoitei |
Signed-off-by: Adrian Azoitei <[email protected]>
190ceb8 to
f462650
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Found a
bug(not really a bug, see #148 (comment)) where the model web app kept looking forKNativerevisionswith KServe 0.16.0, if the documentation is followed and you deploy KServe inStandardmode.This should bring the models web app in line with KServe in handling
RawDeploymentandStandardin annotations onInferenceServices.See kserve/kserve@92899a1 from the KServe repository.