Docker layer cache in the autoscaling runner scale sets mode #2869
Unanswered
serhij-matvejev
asked this question in
Questions
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are using summerwind implementation of ARC and we would like to migrate to new autoscaling runner scale sets mode.
We are using PersistentVolumes to implement docker layer cache like described here. The docker image layer caching works almost fine on the summerwind controller on our GKE cluster.
Problems:
In new ARC (autoscaling runner scale sets mode) we faced several problems to implement similar solution:
It is possible to clean claimRef in the Released PVs by creating a cronjob, or create some standalone pod with a loop checking or write some mutating webhook to try to deal with it. However this is not nice and in case of cronjob or a pod, it will have larger latency.
Questions:
Beta Was this translation helpful? Give feedback.
All reactions