You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/velero/README.md
+11-4
Original file line number
Diff line number
Diff line change
@@ -44,8 +44,9 @@ By overriding the velero values in the bundle as follows:
44
44
value: "velero-bucket-credentials"
45
45
```
46
46
47
-
## Plugin Compatability
48
-
This package currently assumes the availability of S3 API compatible object storage. As such, only the AWS specific plugin image is included. More information about all available plugins [can be found in the upstream docs](https://velero.io/plugins/). Ironbank includes images for Azure and the generic CSI driver, but those are currently excluded from this package. We may revisit package defaults at some point in the future depending on usage and user requests.
47
+
## Plugin Compatibility
48
+
49
+
This package currently assumes the availability of S3 API compatible object storage. As such, only the AWS specific plugin image is included, in addition to the CSI plugin which is baked into Velero by default. More information about all available plugins [can be found in the upstream docs](https://velero.io/plugins/). Ironbank includes images for the Azure plugin, but it is currently excluded from this package. We may revisit package defaults at some point in the future depending on usage and user requests.
49
50
50
51
## Deploy
51
52
@@ -64,18 +65,23 @@ UDS_PKG=velero uds run deploy-single-package
64
65
65
66
### Test the package via UDS tasks
66
67
Running the following will check that the velero deployment exists in the cluster and attempt to execute a backup:
68
+
67
69
```bash
68
70
uds run -f src/velero/tasks.yaml validate
69
71
```
72
+
70
73
> Alternatively, you can combine package creation, cluster setup, package deploy and the test command with a simple `UDS_PKG=velero uds run test-single-package`
71
74
72
75
## Manually trigger the default backup for testing purposes
0 commit comments