1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

Adding a note for the eventrouter image

Adding a note for the eventrouter image not being a part of the cluster-logging operator.

Adding a note for the eventrouter image

Adding a note for the eventrouter image

Update modules/cluster-logging-eventrouter-deploy.adoc

Co-authored-by: Shauna Diaz <shdiaz@redhat.com>
This commit is contained in:
Alok Singh
2024-01-17 10:18:36 +05:30
committed by openshift-cherrypick-robot
parent afd908fda2
commit 5d19ca657d

View File

@@ -8,6 +8,11 @@
Use the following steps to deploy the Event Router into your cluster. You should always deploy the Event Router to the `openshift-logging` project to ensure it collects events from across the cluster.
[NOTE]
====
The Event Router image is not a part of the {clo} and must be downloaded separately.
====
The following `Template` object creates the service account, cluster role, and cluster role binding required for the Event Router. The template also configures and deploys the Event Router pod. You can either use this template without making changes or edit the template to change the deployment object CPU and memory requests.
.Prerequisites