Cache cleanup in S3 when using AWS EKS #1287
Unanswered
andrepiske
asked this question in
Q&A
Replies: 1 comment 4 replies
-
Hi Andre, Cirrus should've created "Delete old entries rule" with an expiration of 90 days for the bucket. Could you please check if it's there. Or maybe the associated credentials didn't have In either cases we don't do any additional cache management/eviction beside configuring lifecycle rules initially. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying out Cirrus by using cirrus-ci.com through Github marketplace and using runners in my infra in AWS EKS.
When using the
cache
instruction, I see Cirrus created a S3 bucket and stores all cache data in there.I'd like to know whether Cirrus does some management of the S3 bucket in terms of deleting old cache entries or something like that. I didn't see any lifecycle configuration in the bucket that would do this automatically.
Beta Was this translation helpful? Give feedback.
All reactions