Skip to content
代码片段 群组 项目
提交 9357b254 编辑于 作者: Alexander Strachan's avatar Alexander Strachan 提交者: Fiona Neill
浏览文件

Document how growth of S3 distributed Runner cache can be managed

上级 df16599e
No related branches found
No related tags found
无相关合并请求
......@@ -57,7 +57,9 @@ For runners to work with caches efficiently, you must do one of the following:
- Use multiple runners that have
[distributed caching](https://docs.gitlab.com/runner/configuration/autoscale.html#distributed-runners-caching),
where the cache is stored in S3 buckets. Shared runners on GitLab.com behave this way. These runners can be in autoscale mode,
but they don't have to be.
but they don't have to be. To manage cache objects,
apply lifecycle rules to delete the cache objects after a period of time.
Lifecycle rules are available on the object storage server.
- Use multiple runners with the same architecture and have these runners
share a common network-mounted directory to store the cache. This directory should use NFS or something similar.
These runners must be in autoscale mode.
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册