From 6b092fb51107be59c7b8203d8523f62307693dd1 Mon Sep 17 00:00:00 2001 From: Matt Moore Date: Thu, 5 Mar 2020 20:39:26 -0800 Subject: [PATCH] Adopt the builds from knative.dev/net-istio (#2280) Fixes: https://github.com/knative/serving/issues/7043 --- docs/install/any-kubernetes-cluster.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install/any-kubernetes-cluster.md b/docs/install/any-kubernetes-cluster.md index b986b12c7..301932d46 100644 --- a/docs/install/any-kubernetes-cluster.md +++ b/docs/install/any-kubernetes-cluster.md @@ -205,7 +205,7 @@ The following commands install Istio and enable its Knative integration. 1. Install the Knative Istio controller: ```bash - kubectl apply --filename {{< artifact repo="serving" file="serving-istio.yaml" >}} + kubectl apply --filename {{< artifact repo="net-istio" file="release.yaml" >}} ``` 1. Fetch the External IP or CNAME: