You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Step 2 - Create IAM role and policy as explained in[https://docs.aws.amazon.com/eks/latest/userguide/create-service-account-iam-policy-and-role.html](https://docs.aws.amazon.com/eks/latest/userguide/create-service-account-iam-policy-and-role.html)
325
+
326
+
Here, in addition to the policy explained, you need a Trust Relationship established between this role and the OIDC entity.
alt="IAM Role trust establishment with OIDC provider"
333
+
caption="IAM Role trust establishment with OIDC provider"
334
+
max-width="90%"
335
+
%}
336
+
337
+
Step 3 - Create a new namespace where the runner will be instlled (e.g.`codefresh-runtime`) and annotate the default Kubernetes Service Account on the newly created namespace with the proper IAM role