Skip to content

Commit ee4deca

Browse files
grantrknative-prow-robot
authored andcommitted
Update custom install docs for eventing (#1342)
* Eventing doesn't care about Gloo or Istio * Update eventing and eventing-sources release artifacts Eventing no longer requires Serving, and there are more channels and sources now.
1 parent 750937f commit ee4deca

File tree

1 file changed

+15
-9
lines changed

1 file changed

+15
-9
lines changed

docs/install/Knative-custom-install.md

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ to run multiple installation commands.
3636
## Installing Istio
3737

3838
> Note: [Gloo](https://gloo.solo.io/) is available as an alternative to Istio.
39-
> Gloo is not currently compatible with the Knative Eventing component.
4039
> [Click here](./Knative-with-Gloo.md) to install Knative with Gloo.
4140
4241
Knative depends on [Istio](https://istio.io/docs/concepts/what-is-istio/) for
@@ -117,15 +116,18 @@ files from the Knative repositories:
117116
| **knative/build** | | |
118117
| [`build.yaml`][3.1]| Installs the Build component. | Cluster roles enabled, if interacting with Serving |
119118
| **knative/eventing** | | |
120-
| [`release.yaml`][4.1]| Installs the Eventing component. Includes [ContainerSource](../eventing#containersource), [CronJobSource][6.2], the in-memory channel provisioner. | Serving component |
121-
| [`eventing.yaml`][4.2] | Installs the Eventing component. Does not include the in-memory channel provisioner. | Serving component |
122-
| [`in-memory-channel.yaml`][4.3] | Installs only the in-memory channel provisioner. | Serving component, Eventing component |
123-
| [`kafka.yaml`][4.4] | Installs only the Kafka channel provisioner. | Serving component, Eventing component |
119+
| [`release.yaml`][4.1]| Installs the Eventing component. Includes [ContainerSource](../eventing#containersource), [CronJobSource][6.2], the in-memory channel provisioner. | |
120+
| [`eventing.yaml`][4.2] | Installs the Eventing component. Includes [ContainerSource](../eventing#containersource) and [CronJobSource][6.2]. Does not include the in-memory channel provisioner. | |
121+
| [`in-memory-channel.yaml`][4.3] | Installs only the in-memory channel provisioner. | Eventing component |
122+
| [`kafka.yaml`][4.4] | Installs only the Kafka channel provisioner. | Eventing component |
123+
| [`natss.yaml`][4.5] | Installs only the NATSS channel provisioner. | Eventing component |
124+
| [`gcp-pubsub.yaml`][4.6] | Installs only the GCP PubSub channel provisioner. | Eventing component |
124125
| **knative/eventing-sources** | | |
125-
| [`eventing-sources.yaml`][5.1]| Installs the following sources: [Kubernetes][6], [GitHub][6.1] | Serving component, Eventing component |
126-
| [`camel.yaml`][5.4] | Installs the Apache Camel source. | Serving component, Eventing component |
127-
| [`gcppubsub.yaml`][5.2] | Installs the [GCP PubSub source][6.3] | Serving component, Eventing component |
128-
| [`kafka.yaml`][5.5] | Installs the Apache Kafka source. | Serving component, Eventing component |
126+
| [`eventing-sources.yaml`][5.1]| Installs the [GitHub][6.1] source. | Eventing component |
127+
| [`camel.yaml`][5.4] | Installs the Apache Camel source. | Eventing component |
128+
| [`gcppubsub.yaml`][5.2] | Installs the [GCP PubSub source][6.3] | Eventing component |
129+
| [`kafka.yaml`][5.5] | Installs the Apache Kafka source. | Eventing component |
130+
| [`awssqs.yaml`][5.6] | Installs the AWS SQS source. | Eventing component |
129131
| [`event-display.yaml`][5.3] | Installs a Knative Service that logs events received for use in samples and debugging. | Serving component, Eventing component |
130132
| **Cluster roles** | | |
131133
| [`clusterrole.yaml`][7]| Enables the Build and Serving components to interact. | Serving component, Build component |
@@ -169,6 +171,8 @@ for details about installing the various supported observability plugins.
169171
[4.3]:
170172
https://github.com/knative/eventing/releases/download/v0.5.0/in-memory-channel.yaml
171173
[4.4]: https://github.com/knative/eventing/releases/download/v0.5.0/kafka.yaml
174+
[4.5]: https://github.com/knative/eventing/releases/download/v0.5.0/natss.yaml
175+
[4.6]: https://github.com/knative/eventing/releases/download/v0.5.0/gcp-pubsub.yaml
172176
[5]: https://github.com/knative/eventing-sources/releases/tag/v0.5.2
173177
[5.1]:
174178
https://github.com/knative/eventing-sources/releases/download/v0.5.0/eventing-sources.yaml
@@ -180,6 +184,8 @@ for details about installing the various supported observability plugins.
180184
https://github.com/knative/eventing-sources/releases/download/v0.5.0/camel.yaml
181185
[5.5]:
182186
https://github.com/knative/eventing-sources/releases/download/v0.5.0/kafka.yaml
187+
[5.6]:
188+
https://github.com/knative/eventing-sources/releases/download/v0.5.0/awssqs.yaml
183189
[6]:
184190
https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.12/#event-v1-core
185191
[6.1]: https://developer.github.com/v3/activity/events/types/

0 commit comments

Comments
 (0)