-
Couldn't load subscription status.
- Fork 151
kubernetes-deployment.md: Standard deploymentMode is not available yet, use RawDeployment instead #527
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
base: main
Are you sure you want to change the base?
Conversation
In oci://ghcr.io/kserve/charts/kserve --version v0.15.0 Standard deploymentMode is not available, let's use RawDeployment Signed-off-by: Reza Saberi Rad <[email protected]>
✅ Deploy Preview for elastic-nobel-0aef7a ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The 0.15 docs should be correct: https://kserve.github.io/archive/0.15/admin/kubernetes_deployment/#2-install-network-controller
In the main doc (latest): https://kserve.github.io/website/docs/admin-guide/kubernetes-deployment we have this, helm install kserve oci://ghcr.io/kserve/charts/kserve --version v0.15.0 \
--set kserve.controller.deploymentMode=Standard \
--set kserve.controller.gateway.ingressGateway.enableGatewayApi=true \
--set kserve.controller.gateway.ingressGateway.kserveGateway=kserve/kserve-ingress-gatewaySo, either |
|
@sivanantha321 one thing we could do is point the docs to show the latest released version and put the latest one in the end of the drop-down menu. |
|
can we close this? |
In oci://ghcr.io/kserve/charts/kserve --version v0.15.0,
StandarddeploymentModeis not available, let's useRawDeploymentinstead.Fixes: invalid deployment mode. Supported modes are Serverless, RawDeployment and ModelMesh
Proposed Changes