Skip to content
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

Deploy KServe in Serverless mode by default #158

Open
phoevos opened this issue Aug 29, 2023 · 0 comments
Open

Deploy KServe in Serverless mode by default #158

phoevos opened this issue Aug 29, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@phoevos
Copy link
Contributor

phoevos commented Aug 29, 2023

Currently, we set RawDeployment as the default mode for the kserve-controller charm:

deployment-mode:
default: "RawDeployment"
description: Deployment mode for kserve. It can only be RawDeployment or Serverless, and the latter requires knative-serving to be present in the model, and the local-gateway relation to be established.
type: string

However, this is not working as expected at the moment:

Goal

Replace RawDeployment with Serverless as the default deployment mode.

@phoevos phoevos added the enhancement New feature or request label Aug 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant