mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-10 06:57:26 +00:00
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 <bmcerlean@vmware.com>
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user