Tags: taskade/actions-runner-controller
Tags
fix: arch type with downloading dumb-init. (actions#723) * fix: arch type with downloading dumb-init. * fix: arch type with downloading dumb-init in Dockerfile.dindrunner * fix: add -f option with curl
Merge pull request actions#63 from summerwind/runner-v2.267.0 Update runner to v2.267.0
Merge pull request actions#50 from summerwind/runner-validation-webhook Add validation webhooks
Merge pull request actions#45 from summerwind/share-work-dir Share runner's working directory with docker sidecar
Merge pull request actions#36 from summerwind/runner-v2.169.1 Update runner to v2.169.1
fix: RunnerDeployment should clean up old RunnerReplicaSets ASAP Since the initial implementation of RunnerDeployment and until this change, any update to a runner deployment has been leaving old runner replicasets until the next resync interval. This fixes that, by continusouly retrying the reconcilation 10 seconds later to see if there are any old runner replicasets that can be removed. In addition to that, the cleanup of old runner replicasets has been improved to be deferred until all the runners of the newest replica set to be available. This gives you hopefully zero or at less downtime updates of runner deployments. Fixes actions#24
Add variants of PodTemplate spec fields into the Runner spec (#7) Resolves #5 Fixes actions#11 Fixes actions#12 Changes: * Added podtemplate spec * Rework pod creation logic * Added most using podspecs * Added copy of podspec * Fixed Github List method * Fixed containers * Added ability to override runner's containers * Added ability to override runner's containers * Added ability to override runner's containers * Update controllers/runner_controller.go Co-Authored-By: Moto Ishizawa <summerwind.jp@gmail.com> * Remove optional restartpolicy * Changed naming convention Co-authored-by: Moto Ishizawa <summerwind.jp@gmail.com>