Skip to content

Different commands to install KServe Resources #618

@ericmartinezr

Description

@ericmartinezr

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-gateway

The 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

  1. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions