mirror of https://github.com/knative/docs.git
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
This commit is contained in:
parent
c72b12a83f
commit
75fdf8e22d
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue