-
feat: EKS IAM Roles for Service Accounts for Runner Pods (#226)
released this
2020-12-08 08:56:06 +00:00 | 1590 commits to master since this releaseOne of the pod recreation conditions has been modified to use hash of runner spec, so that the controller does not keep restarting pods mutated by admission webhooks. This naturally allows us, for example, to use IRSA for EKS that requires its admission webhook to mutate the runner pod to have additional, IRSA-related volumes, volume mounts and env.
Resolves #200
Downloads