Add a step for installing github source (#2093)

This commit is contained in:
Ville Aikas 2020-01-09 15:59:55 -08:00 committed by Knative Prow Robot
parent 4a74af83f0
commit 4a6cad207c
1 changed files with 9 additions and 0 deletions

View File

@ -26,6 +26,15 @@ You will need:
instructions also install the default eventing sources, including
the `GitHubSource` we'll use.
### Install Github Event Source
Github Event source lives in the [knative/eventing-contrib](https://github.com/knative/eventing-contrib).
You can install it by running the following (this is currently the latest released version (0.11.2))
```shell
kubectl apply -f https://github.com/knative/eventing-contrib/releases/download/v0.11.2/github.yaml
```
### Create a Knative Service
To verify the `GitHubSource` is working, we will create a simple Knative