mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-06 05:25:40 +00:00
11 lines
301 B
Markdown
11 lines
301 B
Markdown
# File Structure
|
|
|
|
## 00-prereqs.yaml
|
|
|
|
This file contains the prerequisites necessary to run the Velero server:
|
|
|
|
- `velero` namespace
|
|
- `velero` service account
|
|
- RBAC rules to grant permissions to the `velero` service account
|
|
- CRDs for the Velero-specific resources (Backup, Schedule, Restore, etc.)
|