-
Notifications
You must be signed in to change notification settings - Fork 169
Description
I was following the documentation to install KServe Resources and I found an issue in the following command (under 2. Install KServe Resource)
helm install kserve oci://ghcr.io/kserve/charts/kserve --version v0.17.0 \
--set kserve.controller.deploymentMode=Standard \
--set kserve.controller.gateway.ingressGateway.enableGatewayApi=true \
--set kserve.controller.gateway.ingressGateway.kserveGateway=kserve/kserve-ingress-gatewayThe command line differs from the one shown in this link https://kserve.github.io/website/docs/next/install/kserve-install#install-kserve-resources
helm install kserve-resources oci://ghcr.io/kserve/charts/kserve-resources ...As in the latter (the working one) has the -resouces suffix.
Expected Behavior
The command should work correctly
Actual Behavior
It fails with the following error
Error: INSTALLATION FAILED: failed to perform "FetchReference" on source: ghcr.io/kserve/charts/kserve:v0.17.0: not found
Steps to Reproduce the Problem
- Copy and paste the command
Additional Info
Additional context
Add any other context about the problem here.
Install information:
- Platform (GKE, IKS, AKS, OnPrem, etc.): local installation for learning purposes
- KServe Version: 0.17.0
Sorry for not being able to provide more info as I'm just learning this and I don't have much more than what I'm providing in this issue.