-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CronJob for medusa purge not in the correct namespace #1299
Comments
in addition, I would propose to make this CronJob optional, or at least configurable
Key points:
|
Actually the cronjob is in the right namespace, because it needs to reference the service account which exists in the operator namespace. |
Hi @adejanovski, thanks! |
Hi @zehweh, yeah sadly we still have a bug there. You can indeed specify the dc namespace explicitly as a workaround, and know that in v1.18.0 we will replace the CronJobs with the MedusaBackupSchedule now able to schedule purges as well. |
Thanks for the quick reply. |
Hi @adejanovski, Do I have to remove
in the
thanks again! |
Try setting @rzvoncek , how do you think we should proceed here? |
What happened?
Did you expect to see something different?
How to reproduce it (as minimally and precisely as possible):
Environment
K8ssandra Operator version:
1.15.0
Kubernetes version information:
AKS
datacenter dc1 is in the cluster namespace not in k8ssandra-operator
The text was updated successfully, but these errors were encountered: