You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each cluster with Medusa enabled should have purges scheduled automatically once per day.
This can be done by creating a CronJob which will create a MedusaTask for a purge operation. The CronJobs should be created by the K8ssandraCluster controller and use a finalizer for cleanup as such resources may live in the dataplanes. The MedusaTask resources need to be in the same cluster and namespace as the datacenter they relate to.
Each cluster with Medusa enabled should have purges scheduled automatically once per day.
This can be done by creating a CronJob which will create a MedusaTask for a purge operation. The CronJobs should be created by the K8ssandraCluster controller and use a finalizer for cleanup as such resources may live in the dataplanes. The MedusaTask resources need to be in the same cluster and namespace as the datacenter they relate to.
Here's a base for the CronJob spec:
Definition of Done
The text was updated successfully, but these errors were encountered: