From d112cc26dafb961406fb50023ad8a6ca38bb256b Mon Sep 17 00:00:00 2001 From: Tiger Kaovilai Date: Thu, 1 Aug 2024 22:18:39 -0400 Subject: [PATCH] abstract backup/restore Signed-off-by: Tiger Kaovilai --- design/retry-patching-configuration_design.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/design/retry-patching-configuration_design.md b/design/retry-patching-configuration_design.md index 8262916d1..3adacf93a 100644 --- a/design/retry-patching-configuration_design.md +++ b/design/retry-patching-configuration_design.md @@ -1,7 +1,7 @@ # Backup Restore Status Patch Retrying Configuration ## Abstract -When a restore completes, we want to ensure that the restore custom resource progress to the correct status. +When a backup/restore completes, we want to ensure that the restore custom resource progress to the correct status. If a patch call fails to update status to completion, it should be retried up to a certain time limit. This design proposes a way to configure timeout for this retry time limit.