Skip to content

Commit fa5fc16

Browse files
authored
fix: updated to v1 inferencepool in manifests (#1248)
* updated to v1 inferencepool * leave kgateway to alpha inferencepool * move istio to alpha inferencepool
1 parent a81214f commit fa5fc16

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/manifests/gateway/gke/healthcheck.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
namespace: default
66
spec:
77
targetRef:
8-
group: "inference.networking.x-k8s.io"
8+
group: "inference.networking.k8s.io"
99
kind: InferencePool
1010
name: vllm-llama3-8b-instruct
1111
default:

config/manifests/gateway/gke/httproute.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ spec:
99
name: inference-gateway
1010
rules:
1111
- backendRefs:
12-
- group: inference.networking.x-k8s.io
12+
- group: inference.networking.k8s.io
1313
kind: InferencePool
1414
name: vllm-llama3-8b-instruct
1515
matches:

0 commit comments

Comments
 (0)