Skip to content

Commit 55c308f

Browse files
committed
quickstart cleanup
Signed-off-by: Nir Rozenbaum <[email protected]>
1 parent cacc5aa commit 55c308f

File tree

3 files changed

+6
-32
lines changed

3 files changed

+6
-32
lines changed

config/manifests/gateway/istio/destination-rule.yaml

Lines changed: 0 additions & 10 deletions
This file was deleted.

site-src/guides/getting-started-latest.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ kubectl apply -k https://github.com/kubernetes-sigs/gateway-api-inference-extens
7878
1. Requirements
7979

8080
- Gateway API [CRDs](https://gateway-api.sigs.k8s.io/guides/#installing-gateway-api) installed.
81-
- [Helm](https://helm.sh/docs/intro/install/) installed.
8281

8382
2. Set the Kgateway version and install the Kgateway CRDs.
8483

@@ -144,14 +143,8 @@ kubectl apply -k https://github.com/kubernetes-sigs/gateway-api-inference-extens
144143

145144
Please note that this feature is currently in an experimental phase and is not intended for production use.
146145
The implementation and user experience are subject to changes as we continue to iterate on this project.
147-
148-
1. If your EPP uses secure serving with self-signed certs (default), temporarily bypass TLS verification:
149-
150-
```bash
151-
kubectl apply -f https://github.com/kubernetes-sigs/gateway-api-inference-extension/raw/main/config/manifests/gateway/istio/destination-rule.yaml
152-
```
153146

154-
2. Deploy the Inference Gateway
147+
1. Deploy the Inference Gateway
155148

156149
```bash
157150
kubectl apply -f https://github.com/kubernetes-sigs/gateway-api-inference-extension/raw/main/config/manifests/gateway/istio/gateway.yaml
@@ -164,13 +157,13 @@ kubectl apply -k https://github.com/kubernetes-sigs/gateway-api-inference-extens
164157
inference-gateway inference-gateway <MY_ADDRESS> True 22s
165158
```
166159

167-
3. Deploy the HTTPRoute
160+
2. Deploy the HTTPRoute
168161

169162
```bash
170163
kubectl apply -f https://github.com/kubernetes-sigs/gateway-api-inference-extension/raw/main/config/manifests/gateway/istio/httproute.yaml
171164
```
172165

173-
4. Confirm that the HTTPRoute status conditions include `Accepted=True` and `ResolvedRefs=True`:
166+
3. Confirm that the HTTPRoute status conditions include `Accepted=True` and `ResolvedRefs=True`:
174167

175168
```bash
176169
kubectl get httproute llm-route -o yaml
@@ -253,7 +246,6 @@ Deploy the sample InferenceObjective which allows you to specify priority of req
253246

254247
```bash
255248
kubectl delete -f https://github.com/kubernetes-sigs/gateway-api-inference-extension/raw/main/config/manifests/gateway/istio/gateway.yaml --ignore-not-found
256-
kubectl delete -f https://github.com/kubernetes-sigs/gateway-api-inference-extension/raw/main/config/manifests/gateway/istio/destination-rule.yaml --ignore-not-found
257249
kubectl delete -f https://github.com/kubernetes-sigs/gateway-api-inference-extension/raw/main/config/manifests/gateway/istio/httproute.yaml --ignore-not-found
258250
259251
```

site-src/guides/index.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ kubectl apply -f https://github.com/kubernetes-sigs/gateway-api-inference-extens
7474
1. Requirements
7575

7676
- Gateway API [CRDs](https://gateway-api.sigs.k8s.io/guides/#installing-gateway-api) installed.
77-
- [Helm](https://helm.sh/docs/intro/install/) installed.
7877

7978
2. Set the Kgateway version and install the Kgateway CRDs.
8079

@@ -141,13 +140,7 @@ kubectl apply -f https://github.com/kubernetes-sigs/gateway-api-inference-extens
141140
Please note that this feature is currently in an experimental phase and is not intended for production use.
142141
The implementation and user experience are subject to changes as we continue to iterate on this project.
143142

144-
1. If your EPP uses secure serving with self-signed certs (default), temporarily bypass TLS verification:
145-
146-
```bash
147-
kubectl apply -f https://github.com/kubernetes-sigs/gateway-api-inference-extension/raw/main/config/manifests/gateway/istio/destination-rule.yaml
148-
```
149-
150-
2. Deploy the Inference Gateway
143+
1. Deploy the Inference Gateway
151144

152145
```bash
153146
kubectl apply -f https://github.com/kubernetes-sigs/gateway-api-inference-extension/raw/main/config/manifests/gateway/istio/gateway.yaml
@@ -160,13 +153,13 @@ kubectl apply -f https://github.com/kubernetes-sigs/gateway-api-inference-extens
160153
inference-gateway inference-gateway <MY_ADDRESS> True 22s
161154
```
162155

163-
3. Deploy the HTTPRoute
156+
2. Deploy the HTTPRoute
164157

165158
```bash
166159
kubectl apply -f https://github.com/kubernetes-sigs/gateway-api-inference-extension/raw/main/config/manifests/gateway/istio/httproute.yaml
167160
```
168161

169-
4. Confirm that the HTTPRoute status conditions include `Accepted=True` and `ResolvedRefs=True`:
162+
3. Confirm that the HTTPRoute status conditions include `Accepted=True` and `ResolvedRefs=True`:
170163

171164
```bash
172165
kubectl get httproute llm-route -o yaml
@@ -251,7 +244,6 @@ Deploy the sample InferenceObjective which allows you to specify priority of req
251244

252245
```bash
253246
kubectl delete -f https://raw.githubusercontent.com/kubernetes-sigs/gateway-api-inference-extension/refs/tags/v1.1.0/config/manifests/gateway/istio/gateway.yaml --ignore-not-found
254-
kubectl delete -f https://raw.githubusercontent.com/kubernetes-sigs/gateway-api-inference-extension/refs/tags/v1.1.0/config/manifests/gateway/istio/destination-rule.yaml --ignore-not-found
255247
kubectl delete -f https://raw.githubusercontent.com/kubernetes-sigs/gateway-api-inference-extension/refs/tags/v1.1.0/config/manifests/gateway/istio/httproute.yaml --ignore-not-found
256248
```
257249

0 commit comments

Comments
 (0)