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
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
You can’t perform that action at this time.
0 commit comments