From d85d785cf028bbbd2344779190db7e5e07c2e312 Mon Sep 17 00:00:00 2001 From: Bridget McErlean Date: Thu, 10 Sep 2020 15:25:24 -0400 Subject: [PATCH] Remove "exec restore hooks coming soon" line (#2929) Now that Exec restore hooks have been added in #2804 and are available in 1.5.0-rc1, we can remove the line that states that they are coming soon. Signed-off-by: Bridget McErlean --- site/content/docs/main/restore-hooks.md | 2 -- site/content/docs/v1.5.0-rc.1/restore-hooks.md | 2 -- 2 files changed, 4 deletions(-) diff --git a/site/content/docs/main/restore-hooks.md b/site/content/docs/main/restore-hooks.md index 7382c81db..48eb8c1d6 100644 --- a/site/content/docs/main/restore-hooks.md +++ b/site/content/docs/main/restore-hooks.md @@ -8,8 +8,6 @@ Velero supports Restore Hooks, custom actions that can be executed during or aft 1. InitContainer Restore Hooks: These will add init containers into restored pods to perform any necessary setup before the application containers of the restored pod can start. 1. Exec Restore Hooks: These can be used to execute custom commands or scripts in containers of a restored Kubernetes pod. -Only InitContainer Restore Hooks is supported and support for Exec Restore Hooks is coming soon. - ## InitContainer Restore Hooks Use an `InitContainer` hook to add init containers into a pod before it's restored. You can use these init containers to run any setup needed for the pod to resume running from its backed-up state. diff --git a/site/content/docs/v1.5.0-rc.1/restore-hooks.md b/site/content/docs/v1.5.0-rc.1/restore-hooks.md index 7382c81db..48eb8c1d6 100644 --- a/site/content/docs/v1.5.0-rc.1/restore-hooks.md +++ b/site/content/docs/v1.5.0-rc.1/restore-hooks.md @@ -8,8 +8,6 @@ Velero supports Restore Hooks, custom actions that can be executed during or aft 1. InitContainer Restore Hooks: These will add init containers into restored pods to perform any necessary setup before the application containers of the restored pod can start. 1. Exec Restore Hooks: These can be used to execute custom commands or scripts in containers of a restored Kubernetes pod. -Only InitContainer Restore Hooks is supported and support for Exec Restore Hooks is coming soon. - ## InitContainer Restore Hooks Use an `InitContainer` hook to add init containers into a pod before it's restored. You can use these init containers to run any setup needed for the pod to resume running from its backed-up state.