We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d5d46e commit cd08655Copy full SHA for cd08655
DEVELOPMENT.md
@@ -193,6 +193,9 @@ export EPP_IMAGE="<YOUR_REGISTRY>/<YOUR_IMAGE>"
193
export EPP_TAG="<YOUR_TAG>"
194
```
195
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
+
199
Once all this is set up, you can deploy the environment:
200
201
```console
@@ -203,7 +206,7 @@ This will deploy the entire stack to whatever namespace you chose. You can test
203
206
by exposing the inference `Gateway` via port-forward:
204
207
205
208
-kubectl -n ${NAMESPACE} port-forward service/inference-gateway-istio 8080:80
209
+kubectl -n ${NAMESPACE} port-forward service/inference-gateway 8080:80
210
211
212
And making requests with `curl`:
0 commit comments