kserve / website

User documentation for KServe.
https://kserve.github.io/website/
Apache License 2.0
103 stars 109 forks source link

Getting "not found" for kserve-runtimes.yaml URL mentioned in docs in v0.12.0 #357

Closed nielstenboom closed 3 months ago

nielstenboom commented 3 months ago

/kind bug

What steps did you take and what happened:

Hello!

I'm following the documentation to install KServe as a Kubernetes deployment described here:

https://kserve.github.io/website/0.12/admin/kubernetes_deployment/#3-install-kserve

They mention to install the kserve runtimes with

kubectl apply -f https://github.com/kserve/kserve/releases/download/v0.12.0/kserve-runtimes.yaml

But I checked and going to this URL results in a 404 - not found, thus the install does not work.

What did you expect to happen:

That Kubernetes resources would be applied from this yaml file

Environment:

nielstenboom commented 3 months ago

Ah I didn't know that the docs were a separate repo when I posted this issue, feel free to move this issue there.

Also submitted a PR that would close this issue 👍

https://github.com/kserve/website/pull/356