Getting "not found" for kserve-runtimes.yaml URL mentioned in docs in v0.12.0
nielstenboom opened this issue · 1 comments
nielstenboom commented
/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:
- KServe Version: v0.12.0
nielstenboom commented
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 👍