mirror of https://github.com/knative/docs.git
Change the format of the section of installing eventing sources (#4462)
Co-authored-by: Vincent Hou <shou@us.ibm.com>
This commit is contained in:
parent
071d678af0
commit
ccfba2b97c
|
@ -533,14 +533,12 @@ NAME VERSION READY REASON
|
||||||
knative-eventing <version number> True
|
knative-eventing <version number> True
|
||||||
```
|
```
|
||||||
|
|
||||||
### Installing with different eventing sources
|
### Installing the Knative Eventing component with different eventing sources
|
||||||
|
|
||||||
??? "Installing the Knative Eventing component with different eventing sources"
|
Knative Operator can configure Knative Eventing component with different eventing sources. Click on each of the following tabs to
|
||||||
|
see how you can configure Knative Eventing with different eventing sources:
|
||||||
|
|
||||||
Knative Operator can configure Knative Eventing component with different eventing sources. Click on each of the following tabs to
|
=== "Ceph"
|
||||||
see how you can configure Knative Eventing with different eventing sources:
|
|
||||||
|
|
||||||
=== "Ceph"
|
|
||||||
|
|
||||||
To configure Knative Eventing to install Ceph as the eventing source, apply the content of the Eventing CR as follows:
|
To configure Knative Eventing to install Ceph as the eventing source, apply the content of the Eventing CR as follows:
|
||||||
```bash
|
```bash
|
||||||
|
@ -557,7 +555,7 @@ knative-eventing <version number> True
|
||||||
EOF
|
EOF
|
||||||
```
|
```
|
||||||
|
|
||||||
=== "Apache CouchDB"
|
=== "Apache CouchDB"
|
||||||
|
|
||||||
To configure Knative Eventing to install Apache CouchDB as the eventing source, apply the content of the Eventing CR as follows:
|
To configure Knative Eventing to install Apache CouchDB as the eventing source, apply the content of the Eventing CR as follows:
|
||||||
```bash
|
```bash
|
||||||
|
@ -574,7 +572,7 @@ knative-eventing <version number> True
|
||||||
EOF
|
EOF
|
||||||
```
|
```
|
||||||
|
|
||||||
=== "GitHub"
|
=== "GitHub"
|
||||||
|
|
||||||
To configure Knative Eventing to install GitHub as the eventing source, apply the content of the Eventing CR as follows:
|
To configure Knative Eventing to install GitHub as the eventing source, apply the content of the Eventing CR as follows:
|
||||||
```bash
|
```bash
|
||||||
|
@ -591,7 +589,7 @@ knative-eventing <version number> True
|
||||||
EOF
|
EOF
|
||||||
```
|
```
|
||||||
|
|
||||||
=== "GitLab"
|
=== "GitLab"
|
||||||
|
|
||||||
To configure Knative Eventing to install GitLab as the eventing source, apply the content of the Eventing CR as follows:
|
To configure Knative Eventing to install GitLab as the eventing source, apply the content of the Eventing CR as follows:
|
||||||
```bash
|
```bash
|
||||||
|
@ -608,7 +606,7 @@ knative-eventing <version number> True
|
||||||
EOF
|
EOF
|
||||||
```
|
```
|
||||||
|
|
||||||
=== "Apache Kafka"
|
=== "Apache Kafka"
|
||||||
|
|
||||||
To configure Knative Eventing to install Kafka as the eventing source, apply the content of the Eventing CR as follows:
|
To configure Knative Eventing to install Kafka as the eventing source, apply the content of the Eventing CR as follows:
|
||||||
```bash
|
```bash
|
||||||
|
@ -625,7 +623,7 @@ knative-eventing <version number> True
|
||||||
EOF
|
EOF
|
||||||
```
|
```
|
||||||
|
|
||||||
=== "NATS Streaming"
|
=== "NATS Streaming"
|
||||||
|
|
||||||
To configure Knative Eventing to install NATS Streaming as the eventing source, apply the content of the Eventing CR as follows:
|
To configure Knative Eventing to install NATS Streaming as the eventing source, apply the content of the Eventing CR as follows:
|
||||||
```bash
|
```bash
|
||||||
|
@ -642,7 +640,7 @@ knative-eventing <version number> True
|
||||||
EOF
|
EOF
|
||||||
```
|
```
|
||||||
|
|
||||||
=== "Prometheus"
|
=== "Prometheus"
|
||||||
|
|
||||||
To configure Knative Eventing to install Prometheus as the eventing source, apply the content of the Eventing CR as follows:
|
To configure Knative Eventing to install Prometheus as the eventing source, apply the content of the Eventing CR as follows:
|
||||||
```bash
|
```bash
|
||||||
|
@ -659,7 +657,7 @@ knative-eventing <version number> True
|
||||||
EOF
|
EOF
|
||||||
```
|
```
|
||||||
|
|
||||||
=== "RabbitMQ"
|
=== "RabbitMQ"
|
||||||
|
|
||||||
To configure Knative Eventing to install RabbitMQ as the eventing source, apply the content of the Eventing CR as follows:
|
To configure Knative Eventing to install RabbitMQ as the eventing source, apply the content of the Eventing CR as follows:
|
||||||
```bash
|
```bash
|
||||||
|
@ -676,7 +674,7 @@ knative-eventing <version number> True
|
||||||
EOF
|
EOF
|
||||||
```
|
```
|
||||||
|
|
||||||
=== "Redis"
|
=== "Redis"
|
||||||
|
|
||||||
To configure Knative Eventing to install Redis as the eventing source, apply the content of the Eventing CR as follows:
|
To configure Knative Eventing to install Redis as the eventing source, apply the content of the Eventing CR as follows:
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Reference in New Issue