Skip to content

Commit cd08655

Browse files
committed
minor fixes in instructions
- notes regarding use of existing images - fixed wrong service name Signed-off-by: Etai Lev Ran <[email protected]>
1 parent 9d5d46e commit cd08655

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

DEVELOPMENT.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,9 @@ export EPP_IMAGE="<YOUR_REGISTRY>/<YOUR_IMAGE>"
193193
export EPP_TAG="<YOUR_TAG>"
194194
```
195195

196+
> NOTE: you can set above images to the prebuilt images on quay.io.
197+
> Just note that the EPP image is not using the `/epp` suffix.
198+
196199
Once all this is set up, you can deploy the environment:
197200

198201
```console
@@ -203,7 +206,7 @@ This will deploy the entire stack to whatever namespace you chose. You can test
203206
by exposing the inference `Gateway` via port-forward:
204207

205208
```console
206-
kubectl -n ${NAMESPACE} port-forward service/inference-gateway-istio 8080:80
209+
kubectl -n ${NAMESPACE} port-forward service/inference-gateway 8080:80
207210
```
208211

209212
And making requests with `curl`:

0 commit comments

Comments
 (0)