Skip to content
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

Add BackupInstance controller in operator #654

Closed
hossainemruz opened this issue Jan 24, 2019 · 1 comment
Closed

Add BackupInstance controller in operator #654

hossainemruz opened this issue Jan 24, 2019 · 1 comment
Milestone

Comments

@hossainemruz
Copy link
Contributor

Task:

  • Add controller for BackupInstance in operator
  • On reconciliation, it will perform following tasks:
    • if backup has been taken for this BackupInstance then do nothing
    • if backup hasn't been taken for this BackupInstance then determine backup type and do following:
      • if it is sidecar backup then do nothing. (BackupInstance controller in the sidecar will do the job.
      • if it is job backup then lunch job to backup the target.
@hossainemruz hossainemruz added this to the v1alpha2 milestone Jan 24, 2019
@hossainemruz
Copy link
Contributor Author

Done in #675

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant