From 75fdf8e22dee4f3801240ff3040a93e164a42f78 Mon Sep 17 00:00:00 2001 From: Matt Moore Date: Tue, 14 Apr 2020 10:36:17 -0700 Subject: [PATCH] Switch net-kourier to use the artifact shortcode. (#2385) This is blocked on net-kourier actually having a successful nightly, which should be unblocked by: https://github.com/knative/net-kourier/pull/31 --- 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 8acc212fd..3468496b6 100644 --- a/docs/install/any-kubernetes-cluster.md +++ b/docs/install/any-kubernetes-cluster.md @@ -228,7 +228,7 @@ The following commands install Kourier and enable its Knative integration. 1. Install the Knative Kourier controller: ```bash - kubectl apply --filename https://raw.githubusercontent.com/knative/serving/{{< version >}}/third_party/kourier-latest/kourier.yaml + kubectl apply --filename {{< artifact repo="net-kourier" file="kourier.yaml" >}} ``` 1. To configure Knative Serving to use Kourier by default: