Tags: geek-cookbook/actions-runner-controller
Tags
Update README for "PercentageRunnersBusy" HRA metric type (actions#237) * adding readme for new hpa scheme * callum's comments Co-authored-by: Zachary Benamram <zacharybenamram@blend.com>
feat: EKS IAM Roles for Service Accounts for Runner Pods (actions#226) One 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 actions#200
add dockerEnabled option (actions#191) Add dockerEnabled option for users who does not need docker and want not to run privileged container. if `dockerEnabled == false`, dind container not run, and there are no privileged container. Do the same as closed actions#96
chart: Update CRDs to make Runnner{Deployment,ReplicaSet} replicas op… …tional (actions#189) Ref actions#186
Fix token registration broken since v0.11.0 (actions#167) Fixes actions#166
PreviousNext