kserve / kserve

Standardized Serverless ML Inference Platform on Kubernetes
https://kserve.github.io/website/
Apache License 2.0
3.51k stars 1.05k forks source link

Setup kserve without Knative in e2e for testing raw deployments #2318

Closed andyi2it closed 7 months ago

andyi2it commented 2 years ago

/kind feature

Describe the solution you'd like Currently all the e2e environments have knative installed. Even the e2e tests that are raw deployments based ones are being tested in a knative environment with raw deployment mode annotation.

We would like to have a separate e2e environment without knative installed, that could test raw deployments in parallel.

Anything else you would like to add: [Miscellaneous information that will assist in solving the issue.]

sivanantha321 commented 7 months ago

Done as part of #3440