mirror of https://github.com/knative/docs.git
Fix escaped line continuation (#1683)
This commit is contained in:
parent
f57d8df3cd
commit
f5f599918b
|
@ -159,7 +159,7 @@ see [Performing a Custom Knative Installation](./Knative-custom-install.md).
|
|||
race conditions during the install, which cause intermittent errors:
|
||||
|
||||
```bash
|
||||
kubectl apply --selector knative.dev/crd-install=true \\
|
||||
kubectl apply --selector knative.dev/crd-install=true \
|
||||
--filename https://github.com/knative/serving/releases/download/{{< version >}}/serving.yaml \
|
||||
--filename https://github.com/knative/eventing/releases/download/{{< version >}}/eventing.yaml \
|
||||
--filename https://github.com/knative/serving/releases/download/{{< version >}}/monitoring.yaml
|
||||
|
|
Loading…
Reference in New Issue