kyverno / reports-server

Alternate reports storage in Kubernetes outside etcd
Apache License 2.0
16 stars 8 forks source link

clear etcd after migration #153

Open vishal-chdhry opened 2 months ago

vishal-chdhry commented 1 month ago

currently, a retry watcher is used for migration, therefore when reports are cleaned up from etcd, that will send delete events to reports-server as well which will clean up reports from reports server as well

iusergii commented 1 month ago

Does the reports-server clean up etcd after migration, or is it only responsible for cleaning up its own data in response to delete events from etcd? Do we need any post-migration cleanup?