Kubernetes - harbor复制任务清理

2022-08-04

清理数据库

docker exec -it harbor-db bash
psql
\c registry
\dt
truncate table replication_task;
truncate table replication_execution

清理redis


redis-cli
select 2
flush db

标题:Kubernetes - harbor复制任务清理
地址:https://blog.njqhome.com:8443/articles/2022/08/04/1659547305240.html