generated from kubernetes/kubernetes-template-project
-
Notifications
You must be signed in to change notification settings - Fork 191
Open
Labels
needs-triageIndicates an issue or PR lacks a `triage/foo` label and requires one.Indicates an issue or PR lacks a `triage/foo` label and requires one.
Description
The Makefile uses:
INFERENCE_EXTENSION_VERSION ?= v0.4.0
which points to:
https://raw.githubusercontent.com/kubernetes-sigs/gateway-api-inference-extension/refs/tags/$(INFERENCE_EXTENSION_VERSION)/config/crd/bases/inference.networking.x-k8s.io_inferencepools.yaml
This link returns a 404. Overriding with a newer version works fine.
Suggestion:
Update the default INFERENCE_EXTENSION_VERSION to the latest available release so the default setup works out of the box.
Also like for quickstart with every release we update the docs do we want to do the same here
Metadata
Metadata
Assignees
Labels
needs-triageIndicates an issue or PR lacks a `triage/foo` label and requires one.Indicates an issue or PR lacks a `triage/foo` label and requires one.