You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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.
Copy file name to clipboardExpand all lines: docs/install/Knative-custom-install.md
+15-9Lines changed: 15 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,6 @@ to run multiple installation commands.
36
36
## Installing Istio
37
37
38
38
> Note: [Gloo](https://gloo.solo.io/) is available as an alternative to Istio.
39
-
> Gloo is not currently compatible with the Knative Eventing component.
40
39
> [Click here](./Knative-with-Gloo.md) to install Knative with Gloo.
41
40
42
41
Knative depends on [Istio](https://istio.io/docs/concepts/what-is-istio/) for
@@ -117,15 +116,18 @@ files from the Knative repositories:
117
116
|**knative/build**|||
118
117
|[`build.yaml`][3.1]† | Installs the Build component. | Cluster roles enabled, if interacting with Serving |
119
118
|**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 |
124
125
|**knative/eventing-sources**|||
125
-
|[`eventing-sources.yaml`][5.1]† | Installs the following sources: [Kubernetes][6], [GitHub][6.1]| Serving component, Eventing component |
|[`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 |
129
131
|[`event-display.yaml`][5.3]| Installs a Knative Service that logs events received for use in samples and debugging. | Serving component, Eventing component |
130
132
|**Cluster roles**|||
131
133
|[`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.
0 commit comments