Skip to content

Commit 426f4c0

Browse files
committed
Addressing PR comments
Signed-off-by: Dawid Nowak <[email protected]>
1 parent db14992 commit 426f4c0

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

config/manifests/gateway/kubvernor/gateway.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: gateway.networking.k8s.io/v1
22
kind: Gateway
33
metadata:
4-
name: kubvernor-inference-gateway
4+
name: inference-gateway
55
spec:
66
gatewayClassName: kubvernor-inference-gateway
77
listeners:

config/manifests/gateway/kubvernor/httproute.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ spec:
66
parentRefs:
77
- group: gateway.networking.k8s.io
88
kind: Gateway
9-
name: kubvernor-inference-gateway
9+
name: inference-gateway
1010
rules:
1111
- backendRefs:
1212
- group: inference.networking.x-k8s.io

site-src/guides/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ This quickstart guide is intended for engineers familiar with k8s and model serv
311311
```bash
312312
$ kubectl get gateway kubvernor-inference-gateway
313313
NAME CLASS ADDRESS PROGRAMMED AGE
314-
kubvernor-inference-gateway kubvernor-inference-gateway <MY_ADDRESS> True 22s
314+
inference-gateway kubvernor-inference-gateway <MY_ADDRESS> True 22s
315315
```
316316

317317
5. Deploy the HTTPRoute
@@ -446,3 +446,4 @@ This quickstart guide is intended for engineers familiar with k8s and model serv
446446
```
447447
=== "Kubvernor"
448448

449+
No further clean up is needed.

site-src/implementations/gateways.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This project has several implementations that are planned or in progress:
1616
[4]:#google-kubernetes-engine
1717
[5]:#istio
1818
[6]:#kgateway
19-
[7]:#kubernor-api-gateway
19+
[7]:#kubvernor-rust-api-gateway
2020

2121
## Agentgateway
2222

0 commit comments

Comments
 (0)