Skip to content

Commit 15aea33

Browse files
avillelajaronoff97
andauthoredMar 11, 2024
Update cmd/otel-allocator/README.md
Co-authored-by: Jacob Aronoff <jaronoff97@users.noreply.github.com>
1 parent d8132ba commit 15aea33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎cmd/otel-allocator/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ You can create your own `ServiceAccount`, and reference it in `spec.targetAlloca
144144
> 🚨 **Note**: The Collector part of this same CR *also* has a serviceAccount key which only affects the collector and *not*
145145
the TargetAllocator.
146146

147-
If you omit the `ServiceAccount` name, the TargetAllocator creates a `ServiceAccount` for you. The `ServiceAccount`’s default name is a concatenation of the Collector name and the `-collector` suffix. By default, this `ServiceAccount` has no defined policy, so you’ll need to create your own `ClusterRole` and `ClusterRoleBinding` for it, as per below.
147+
If you omit the `ServiceAccount` name, the TargetAllocator creates a `ServiceAccount` for you. The `ServiceAccount`’s default name is a concatenation of the Collector name and the `-targetallocator` suffix. By default, this `ServiceAccount` has no defined policy, so you’ll need to create your own `ClusterRole` and `ClusterRoleBinding` for it, as per below.
148148

149149
The role below will provide the minimum access required for the Target Allocator to query all the targets it needs based on any Prometheus configurations:
150150

0 commit comments

Comments
 (0)
Please sign in to comment.