We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de5467e commit bfb805fCopy full SHA for bfb805f
1 file changed
docs/configuration/metric-providers-aws.rst
@@ -100,21 +100,6 @@ Create an IAM policy with minimal permissions:
100
]
101
}
102
103
-Alternative: IAM Roles for Service Accounts
104
---------------------------------------------
105
-
106
-For EKS clusters, you can use IAM Roles for Service Accounts (IRSA):
107
108
-1. Create an IAM role with the above policy
109
-2. Configure the role trust relationship for your EKS cluster
110
-3. Annotate Robusta's service account:
111
112
-.. code-block:: yaml
113
114
- runner:
115
- serviceAccount:
116
- annotations:
117
- eks.amazonaws.com/role-arn: arn:aws:iam::123456789012:role/robusta-amp-role
118
119
Important Notes
120
---------------
0 commit comments