Skip to content

Commit 15aea33

Browse files
avillelajaronoff97
andauthored
Update cmd/otel-allocator/README.md
Co-authored-by: Jacob Aronoff <[email protected]>
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)