docs: issue.md

This commit is contained in:
dqzboy
2024-07-09 18:58:11 +08:00
parent 63c21200c5
commit 8cf8ebdfd4

View File

@@ -65,4 +65,6 @@ location ^~ / {
> In environments with high churn rates, stale data can build up in the cache. When running as a pull through cache the Registry periodically removes old content to save disk space. Subsequent requests for removed content causes a remote fetch and local re-caching.
> To ensure best performance and guarantee correctness the Registry cache should be configured to use the `filesystem` driver for storage.
- [x] **已知问题:** 当我们在配置文件开启了 `delete.enabled.true` 那么调度程序会自动清理过期的镜像层或未使用的镜像标签
- [x] **已知问题:** 当我们在配置文件开启了 `delete.enabled.true` 那么调度程序会自动清理过期的镜像层或未使用的镜像标签
- ⚠️ 注意不要通过在UI上查看某个镜像是否被删除来判断调度程序是否已自动执行删除操作