Skip to content

Commit a6f79c5

Browse files
avillelajaronoff97
andauthored
Update cmd/otel-allocator/README.md
Co-authored-by: Jacob Aronoff <[email protected]>
1 parent 15aea33 commit a6f79c5

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
@@ -129,7 +129,7 @@ to collector instance pods by default.
129129

130130
### RBAC
131131

132-
Before the TargetAllocator can start scraping, you need to set up a Kubernetes RBAC (role-based access controls). This means that you need to have a `ServiceAccount` and corresponding cluster roles so that the TargetAllocator has access to all of the necessary resources to pull metrics from.
132+
Before the TargetAllocator can start scraping, you need to set up Kubernetes RBAC (role-based access controls) resources. This means that you need to have a `ServiceAccount` and corresponding cluster roles so that the TargetAllocator has access to all of the necessary resources to pull metrics from.
133133

134134
You can create your own `ServiceAccount`, and reference it in `spec.targetAllocator.serviceAccount` in your `OpenTelemetryCollector` CR. You’ll then need to configure the `ClusterRole` and `ClusterRoleBinding` for this `ServiceAccount`, as per below.
135135

0 commit comments

Comments
 (0)