File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ This quickstart guide is intended for engineers familiar with k8s and model serv
150
150
2. Install Istio
151
151
152
152
```
153
- TAG=1.27-alpha.0551127f00634403cddd4634567e65a8ecc499a7
153
+ TAG=$(curl https://storage.googleapis.com/istio-build/dev/ 1.27-dev)
154
154
# on Linux
155
155
wget https://storage.googleapis.com/istio-build/dev/$TAG/istioctl-$TAG-linux-amd64.tar.gz
156
156
tar -xvf istioctl-$TAG-linux-amd64.tar.gz
@@ -176,12 +176,6 @@ This quickstart guide is intended for engineers familiar with k8s and model serv
176
176
kubectl apply -f https://github.com/kubernetes-sigs/gateway-api-inference-extension/raw/main/config/manifests/gateway/istio/gateway.yaml
177
177
```
178
178
179
- 5. Label the gateway
180
-
181
- ```bash
182
- kubectl label gateway inference-gateway istio.io/enable-inference-extproc=true
183
- ```
184
-
185
179
Confirm that the Gateway was assigned an IP address and reports a `Programmed=True` status:
186
180
```bash
187
181
$ kubectl get gateway inference-gateway
You can’t perform that action at this time.
0 commit comments