mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-07 13:55:20 +00:00
Merge restore helper image into Velero server image
Merge restore helper image into Velero server image Fixes #8484 Signed-off-by: Wenkai Yin(尹文开) <yinw@vmware.com>
This commit is contained in:
@@ -356,8 +356,7 @@ with an infinite sleep) to mount these PVC/PV pairs prior taking a Velero backup
|
||||
|
||||
## Customize Restore Helper Container
|
||||
|
||||
Velero uses a helper init container when performing a FSB restore. By default, the image for this container is
|
||||
`velero/velero-restore-helper:<VERSION>`, where `VERSION` matches the version/tag of the main Velero image.
|
||||
Velero uses a helper init container when performing a FSB restore. By default, the image for this container is same with the Velero server container.
|
||||
You can customize the image that is used for this helper by creating a ConfigMap in the Velero namespace with the alternate image.
|
||||
|
||||
In addition, you can customize the resource requirements for the init container, should you need.
|
||||
|
||||
Reference in New Issue
Block a user