Skip to content

Commit 75fdf8e

Browse files
authored
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: knative-extensions/net-kourier#31
1 parent c72b12a commit 75fdf8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/install/any-kubernetes-cluster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ The following commands install Kourier and enable its Knative integration.
228228
1. Install the Knative Kourier controller:
229229

230230
```bash
231-
kubectl apply --filename https://raw.githubusercontent.com/knative/serving/{{< version >}}/third_party/kourier-latest/kourier.yaml
231+
kubectl apply --filename {{< artifact repo="net-kourier" file="kourier.yaml" >}}
232232
```
233233

234234
1. To configure Knative Serving to use Kourier by default:

0 commit comments

Comments
 (0)