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
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).
The text was updated successfully, but these errors were encountered:
Tasks:
recovery
command & process to checkrecoveryPolicy
init-container
orJob
and perform following tasks:init-container
then, inject ainit-container
and restart workload (scale-down-to-zero, scale-up-to-one, scale-up-to-original-replica)job
then do nothing ( we will address in later issues).The text was updated successfully, but these errors were encountered: