Skip to content
Closed
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
6 changes: 3 additions & 3 deletions install/Knative-with-PKS.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ your Knative installation, see [Performing a Custom Knative Installation](Knativ

1. Run the `kubectl apply` command to install Knative and its dependencies:
```bash
kubectl apply --filename https://github.com/knative/serving/releases/download/v0.2.3/release.yaml /
--filename https://github.com/knative/eventing/releases/download/v0.2.1/eventing.yaml /
--filename --filename https://github.com/knative/eventing-sources/releases/download/v0.2.1/release.yaml
kubectl apply --filename https://github.com/knative/serving/releases/download/v0.2.3/release.yaml \
--filename https://github.com/knative/eventing/releases/download/v0.2.1/eventing.yaml \
--filename https://github.com/knative/eventing-sources/releases/download/v0.2.1/release.yaml
```
1. Monitor the Knative components until all of the components show a
`STATUS` of `Running`:
Expand Down