Browse Source

docs: issue.md

dqzboy 1 year ago
parent
commit
8cf8ebdfd4
1 changed files with 3 additions and 1 deletions
  1. 3 1
      Issue/issue.md

+ 3 - 1
Issue/issue.md

@@ -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上查看某个镜像是否被删除来判断调度程序是否已自动执行删除操作