From 59dacd9d4cf9fb141a724fb94d11210412473f8d Mon Sep 17 00:00:00 2001 From: James Liu <37026441+zijianjoy@users.noreply.github.com> Date: Wed, 6 Oct 2021 10:10:18 -0700 Subject: [PATCH] Update docs/samples/gcp-iap/README.md (#1860) --- docs/samples/gcp-iap/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/samples/gcp-iap/README.md b/docs/samples/gcp-iap/README.md index 0f8ccfa80a9..a5182b1e9b3 100644 --- a/docs/samples/gcp-iap/README.md +++ b/docs/samples/gcp-iap/README.md @@ -78,7 +78,7 @@ Until this [Issue/824](https://github.com/kubeflow/kfserving/issues/824) is reso The service will match on a path-based route (required by IAP) such as: ```https:///kfserving//sklearn-iap:predict``` -and will forward to cluster-local-gateway whilst rewriting host and uri. The uri is then a host based route as expected by kfserving: +and will forward to knative-local-gateway whilst rewriting host and uri. The uri is then a host based route as expected by kfserving: ```https://sklearn-iap-predictor-default..svc.cluster.local/v1/models/sklearn-iap:predict``` To create the Istio virtual service, edit [virtual-service.yaml](./virtual-service.yaml) to replace all appearances of `` with your user profile' namespace. Then run command: