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
Is your feature request related to a problem? Please describe.
Velero supports Persistent Volume backups via the appropriate cloud provider. For AWS there is support for snapshotting PVs backed by EBS. As an end user, I would expect my volume backups be covered by velero as the backup provider service in uds-core. It is pretty simple to enable this feature, but there is no good documentation for providing the proper overrides. Additionally, these overrides/configuration should probably be included in the AWS EKS Nightly tests.
Describe the solution you'd like
Given An AWS environment
When When a user deploys velero
Then They have proper documentation for enabling PV backups (and this method is tested)
Describe alternatives you've considered
Leave the configuration research up to the end user
Additional context
I recently got velero AWS EBS PV backups working in my environment and I am happy to make a PR to add documentation / add in EKS nightly tests.
The text was updated successfully, but these errors were encountered:
Happy to take this on. But I wanted to vet my approach before doing the work:
Add a new UDS Doc for Backup. This doc will contain how velero is configured for backups by default, but will also provide information on how to enable backups for AWS EBS backed persistent volumes with overrides and update to the IAM role used by velero.
Add the override values / IAM policy to the EKS nightly test
Does this seem like a sane approach? If so, I will go do
Is your feature request related to a problem? Please describe.
Velero supports Persistent Volume backups via the appropriate cloud provider. For AWS there is support for snapshotting PVs backed by EBS. As an end user, I would expect my volume backups be covered by velero as the backup provider service in uds-core. It is pretty simple to enable this feature, but there is no good documentation for providing the proper overrides. Additionally, these overrides/configuration should probably be included in the AWS EKS Nightly tests.
Describe the solution you'd like
Describe alternatives you've considered
Leave the configuration research up to the end user
Additional context
I recently got velero AWS EBS PV backups working in my environment and I am happy to make a PR to add documentation / add in EKS nightly tests.
The text was updated successfully, but these errors were encountered: