Skip to content

Commit 5a636f8

Browse files
Merge pull request #41698 from kcarmichael08/BZ2052045
BZ2052045: Revised instructions to remove latest tag for Event Router…
2 parents 8182cf6 + 272d6a3 commit 5a636f8

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

modules/cluster-logging-eventrouter-deploy.adoc

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -105,27 +105,28 @@ objects:
105105
configMap:
106106
name: eventrouter
107107
parameters:
108-
- name: IMAGE
108+
- name: IMAGE <6>
109109
displayName: Image
110-
value: "registry.redhat.io/openshift-logging/eventrouter-rhel8:latest"
111-
- name: CPU <6>
110+
value: "registry.redhat.io/openshift-logging/eventrouter-rhel8:v0.3"
111+
- name: CPU <7>
112112
displayName: CPU
113113
value: "100m"
114-
- name: MEMORY <7>
114+
- name: MEMORY <8>
115115
displayName: Memory
116116
value: "128Mi"
117117
- name: NAMESPACE
118118
displayName: Namespace
119-
value: "openshift-logging" <8>
119+
value: "openshift-logging" <9>
120120
----
121121
<1> Creates a Service Account in the `openshift-logging` project for the Event Router.
122122
<2> Creates a ClusterRole to monitor for events in the cluster.
123123
<3> Creates a ClusterRoleBinding to bind the ClusterRole to the service account.
124124
<4> Creates a config map in the `openshift-logging` project to generate the required `config.json` file.
125125
<5> Creates a deployment in the `openshift-logging` project to generate and configure the Event Router pod.
126-
<6> Specifies the minimum amount of memory to allocate to the Event Router pod. Defaults to `128Mi`.
127-
<7> Specifies the minimum amount of CPU to allocate to the Event Router pod. Defaults to `100m`.
128-
<8> Specifies the `openshift-logging` project to install objects in.
126+
<6> Specifies the image, identified by a tag such as `v0.3`.
127+
<7> Specifies the minimum amount of memory to allocate to the Event Router pod. Defaults to `128Mi`.
128+
<8> Specifies the minimum amount of CPU to allocate to the Event Router pod. Defaults to `100m`.
129+
<9> Specifies the `openshift-logging` project to install objects in.
129130

130131
. Use the following command to process and apply the template:
131132
+

0 commit comments

Comments
 (0)