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
In #165 I found that the scheduled backup mechanism was broken.
The kubebuilder tests use a fake cronhandler which executes jobs immediately.
In the actual implementation, we had forgotten to start the cron handler and we'd forgotten to create RBAC roles to allow the etcdbackupschedule_controller to create etcdbackup resources.
The text was updated successfully, but these errors were encountered:
In #165 I found that the scheduled backup mechanism was broken.
The kubebuilder tests use a fake cronhandler which executes jobs immediately.
In the actual implementation, we had forgotten to start the cron handler and we'd forgotten to create RBAC roles to allow the etcdbackupschedule_controller to create etcdbackup resources.
The text was updated successfully, but these errors were encountered: