-
Notifications
You must be signed in to change notification settings - Fork 24
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
[P1] (optional) Test RawDeployment #6
Comments
@danielezonca could we add more details here? Or please tag someone who can. |
Probably you want to use #5 to test on a separate job. |
I agree with @skonto comment @israel-hdez |
I do agree that we can use the e2e suite to cover this ticket. And I'm OK assigning this one to me. To keep work focused, I prefer to keep this open. On #5 I'm focused on Serverless. For RawDeployment, another cluster needs to be provisioned to run the tests. So, it is two different jobs/tasks. |
@israel-hdez could you update the Expected end date accordingly, based on your best estimation? |
I updated it to august 18. |
Upstream already covers For now, we will trust upstream would check correctness of RawDeployment (there are already itests). If, in the future, we have the need to support RawDeployment in ODH, we will revisit this feature. Closing, for now. |
Goal:
The goal of the ticket is to create an alternative configuration option (additional KfDef or a parameter) to install/configure KServe in OpenShift via ODH to use plain k8s
Deployment
(akaRawDeployment
mode).More context:
The default deployment mechanism for KServe is using Knative and Istio but it is also possible to configure KServe to create plain
Deployment
object usingRawDeployment
mode.@ReToCode did already an experiment using RawDeployment in OpenShift (see
POC_RAW_DEPLOYMENTS.md
) so it should work.The text was updated successfully, but these errors were encountered: