Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions custom-metrics-stackdriver-adapter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ Kubernetes monitored resources, including for example `k8s_pod`, `k8s_node`. See
```

If you use Workload Identity in your cluster, additional steps are necessary. In
the commands below, use your Project ID as **<project-id>** and Google Service Account as
**<google-service-account>**.
the commands below, use your Project ID as `<project-id>` and Google Service Account as
`<google-service-account>`.

* Make sure your **<google-service-account>** has `monitoring.viewer` IAM role.
* Make sure your `<google-service-account>` has `monitoring.viewer` IAM role.

* Create IAM Policy Binding:

Expand Down