We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c72b12a commit 75fdf8eCopy full SHA for 75fdf8e
docs/install/any-kubernetes-cluster.md
@@ -228,7 +228,7 @@ The following commands install Kourier and enable its Knative integration.
228
1. Install the Knative Kourier controller:
229
230
```bash
231
- 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" >}}
232
```
233
234
1. To configure Knative Serving to use Kourier by default:
0 commit comments