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 support to recover workload data (in place) #659

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

Add support to recover workload data (in place) #659

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

Comments

@hossainemruz
Copy link
Contributor

Tasks:

  • Update recovery command & process to check recoveryPolicy
  • Update Recovery controller to support in-place recovery.
  • On reconciliation, it will determine weather to recover through init-container or Job and perform following tasks:
    • if recovery mode is init-container then, inject a init-container and restart workload (scale-down-to-zero, scale-up-to-one, scale-up-to-original-replica)
    • if recovery mode is job then do nothing ( we will address in later issues).
@hossainemruz hossainemruz added this to the v1alpha2 milestone Jan 24, 2019
@hossainemruz
Copy link
Contributor Author

Fixed 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