-
Notifications
You must be signed in to change notification settings - Fork 1.9k
[RHDEVDOCS-2334] Adding admin console eventing tasks #29367
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
vikram-redhat
merged 1 commit into
openshift:enterprise-4.7
from
abrennan89:RHDEVDOCS2334
Feb 16, 2021
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
25 changes: 25 additions & 0 deletions
25
modules/serverless-creating-channel-admin-web-console.adoc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,25 @@ | ||
| // Module included in the following assemblies: | ||
| // | ||
| // * serverless/admin_guide/serverless-cluster-admin-eventing.adoc | ||
|
|
||
| [id="serverless-creating-channel-admin-web-console_{context}"] | ||
| = Creating a channel by using the Administrator perspective | ||
|
|
||
| If you have cluster administrator permissions, you can create a channel by using the Administrator perspective in the web console. | ||
|
|
||
| .Prerequisites | ||
|
|
||
| * The {ServerlessOperatorName} and Knative Eventing are installed on your {product-title} cluster. | ||
| * You have cluster administrator permissions for {product-title}. | ||
|
|
||
| .Procedure | ||
|
|
||
| . In the *Administrator* perspective of the {product-title} web console, navigate to *Serverless* -> *Eventing*. | ||
| . In the *Create* list, select *Channel*. You will be directed to the *Channel* page. | ||
| . Select the type of `Channel` object that you want to create from the *Type* drop-down. | ||
| + | ||
| [NOTE] | ||
| ==== | ||
| Currently only `InMemoryChannel` channel objects are supported by default. Kafka channels are available as a Technology Preview if you have installed Apache Kafka on {ServerlessProductName}. | ||
| ==== | ||
| . Click *Create*. |
19 changes: 19 additions & 0 deletions
19
modules/serverless-creating-event-source-admin-web-console.adoc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,19 @@ | ||
| // Module included in the following assemblies: | ||
| // | ||
| // * serverless/admin_guide/serverless-cluster-admin-eventing.adoc | ||
|
|
||
| [id="serverless-creating-event-source-admin-web-console_{context}"] | ||
| = Creating an event source by using the Administrator perspective | ||
|
|
||
| If you have cluster administrator permissions, you can create an event source by using the Administrator perspective in the web console. | ||
|
|
||
| .Prerequisites | ||
|
|
||
| * The {ServerlessOperatorName} and Knative Eventing are installed on your {product-title} cluster. | ||
| * You have cluster administrator permissions for {product-title}. | ||
|
|
||
| .Procedure | ||
|
|
||
| . In the *Administrator* perspective of the {product-title} web console, navigate to *Serverless* -> *Eventing*. | ||
| . In the *Create* list, select *Event Source*. You will be directed to the *Event Sources* page. | ||
| . Select the event source type that you want to create. |
23 changes: 23 additions & 0 deletions
23
modules/serverless-creating-subscription-admin-web-console.adoc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,23 @@ | ||
| // Module included in the following assemblies: | ||
| // | ||
| // * serverless/admin_guide/serverless-cluster-admin-eventing.adoc | ||
|
|
||
| [id="serverless-creating-subscription-admin-web-console_{context}"] | ||
| = Creating a subscription by using the Administrator perspective | ||
|
|
||
| If you have cluster administrator permissions and have created a channel, you can create a subscription to connect your broker to a subscriber by using the Administrator perspective in the web console. | ||
|
|
||
| .Prerequisites | ||
|
|
||
| * The {ServerlessOperatorName} and Knative Eventing are installed on your {product-title} cluster. | ||
| * You have cluster administrator permissions for {product-title}. | ||
| * You have created a channel. | ||
| * You have created a Knative service to use as a subscriber. | ||
|
|
||
| .Procedure | ||
|
|
||
| . In the *Administrator* perspective of the {product-title} web console, navigate to *Serverless* -> *Eventing*. | ||
| . In the *Channel* tab, select the Options menu {kebab} for the channel that you want to add a subscription to. | ||
| . Click *Add Subscription* in the list. | ||
| . In the *Add Subscription* dialogue box, select a *Subscriber* for the subscription. The subscriber is the Knative service that will receive events from the channel. | ||
| . Click *Add*. | ||
23 changes: 23 additions & 0 deletions
23
modules/serverless-creating-trigger-admin-web-console.adoc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,23 @@ | ||
| // Module included in the following assemblies: | ||
| // | ||
| // * serverless/admin_guide/serverless-cluster-admin-eventing.adoc | ||
|
|
||
| [id="serverless-creating-trigger-admin-web-console_{context}"] | ||
| = Creating a trigger by using the Administrator perspective | ||
|
|
||
| If you have cluster administrator permissions and have created a broker, you can create a trigger to connect your broker to a subscriber by using the Administrator perspective in the web console. | ||
|
|
||
| .Prerequisites | ||
|
|
||
| * The {ServerlessOperatorName} and Knative Eventing are installed on your {product-title} cluster. | ||
| * You have cluster administrator permissions for {product-title}. | ||
| * You have created a broker. | ||
| * You have created a Knative service to use as a subscriber. | ||
|
|
||
| .Procedure | ||
|
|
||
| . In the *Administrator* perspective of the {product-title} web console, navigate to *Serverless* -> *Eventing*. | ||
| . In the *Broker* tab, select the Options menu {kebab} for the broker that you want to add a trigger to. | ||
| . Click *Add Trigger* in the list. | ||
| . In the *Add Trigger* dialogue box, select a *Subscriber* for the trigger. The subscriber is the Knative service that will receive events from the broker. | ||
abrennan89 marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| . Click *Add*. | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.