Following the examples instructions[1], the nginx-deployment is not backed up or restored. Add a label to the deployment so it will be backed up and restored. Similar change is needed for `examples/nginx-app/with-pv.yaml` but I did not try that example. [1] https://velero.io/docs/v1.11/contributions/minio/ Fixes #6347 Signed-off-by: Nir Soffer <nsoffer@redhat.com> |
||
---|---|---|
.. | ||
README.md | ||
base.yaml | ||
with-pv.yaml |
README.md
Files
This directory contains manifests for two versions of a sample Nginx app under the nginx-example
namespace.
base.yaml
This is the most basic version of the Nginx app, which can be used to test Velero's backup and restore functionality.
This can be deployed as is.
with-pv.yaml
This sets up an Nginx app that logs to a persistent volume, so that Velero's PV snapshotting functionality can also be tested.
This requires you to first replace the placeholder value <YOUR_STORAGE_CLASS_NAME>
.