Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ Follow the procedure for the networking layer of your choice:
[Advanced Istio installation](../../installing-istio.md) instructions or by running the command:

```bash
kubectl apply -l knative.dev/crd-install=true -f {{ artifact(repo="net-istio",file="istio.yaml")}}
kubectl apply -f {{ artifact(repo="net-istio",file="istio.yaml")}}
kubectl apply -l knative.dev/crd-install=true -f {{ artifact(repo="net-istio",org="knative-extensions",file="istio.yaml")}}
kubectl apply -f {{ artifact(repo="net-istio",org="knative-extensions",file="istio.yaml")}}
```

1. Install the Knative Istio controller by running the command:
Expand Down
Loading