Skip to content

Commit 8bcef51

Browse files
LiorLiebermankfswain
authored andcommitted
Update istio release (kubernetes-sigs#1186)
1 parent 5870546 commit 8bcef51

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

site-src/guides/index.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ This quickstart guide is intended for engineers familiar with k8s and model serv
150150
2. Install Istio
151151

152152
```
153-
TAG=1.27-alpha.0551127f00634403cddd4634567e65a8ecc499a7
153+
TAG=$(curl https://storage.googleapis.com/istio-build/dev/1.27-dev)
154154
# on Linux
155155
wget https://storage.googleapis.com/istio-build/dev/$TAG/istioctl-$TAG-linux-amd64.tar.gz
156156
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
176176
kubectl apply -f https://github.com/kubernetes-sigs/gateway-api-inference-extension/raw/main/config/manifests/gateway/istio/gateway.yaml
177177
```
178178

179-
5. Label the gateway
180-
181-
```bash
182-
kubectl label gateway inference-gateway istio.io/enable-inference-extproc=true
183-
```
184-
185179
Confirm that the Gateway was assigned an IP address and reports a `Programmed=True` status:
186180
```bash
187181
$ kubectl get gateway inference-gateway

0 commit comments

Comments
 (0)