mirror of https://github.com/knative/docs.git
Add a step for installing github source (#2093)
This commit is contained in:
parent
4a74af83f0
commit
4a6cad207c
|
@ -26,6 +26,15 @@ You will need:
|
||||||
instructions also install the default eventing sources, including
|
instructions also install the default eventing sources, including
|
||||||
the `GitHubSource` we'll use.
|
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
|
### Create a Knative Service
|
||||||
|
|
||||||
To verify the `GitHubSource` is working, we will create a simple Knative
|
To verify the `GitHubSource` is working, we will create a simple Knative
|
||||||
|
|
Loading…
Reference in New Issue