Skip to content

v1.454.0

Compare
Choose a tag to compare
@cloudposse-releaser cloudposse-releaser released this 01 Jun 21:22
· 54 commits to refs/heads/main since this release
902271c
[eks/actions-runner-controller] Add ability to dynamically annotate pods once they start a job @Nuru (#1055)

what

For eks/actions-runner-controller

  • Add ability to dynamically annotate pods once they start a job
  • Add ability to specify runner pod affinities and anti-affinities
  • Deprecate storage in favor of docker_storage to configure how much disk space to allocate for the Docker daemon
  • Miscellaneous cleanups of inputs and chart

why

  • Allow idle runners to be evicted by Karpenter for purposes of node consolidation, while preventing running runners from being interrupted
  • Allow runners to have more control over where they are placed
  • The term "storage" is too vague, and could reasonably be expected to configure the worker storage, but in fact it only configures the Docker storage. (Storage size for the optional PVC is still hardcoded at 100Gi.)
  • Make chart a bit more readable and maintainable

references