Skip to content
Snippets Groups Projects

add velero to cern-magnum

Merged Jack Charlie Munday requested to merge feat/velero into master

Added velero to cern-mangum, configurable via the following labels:

  • backups_enabled (bool)
  • backups_s3_bucket (str) - name of s3 bucket to store backup data to. Users need to create this ahead of time.
  • `backups_s3_credentials (str) - access credentials for s3 bucket. These will be stored as a secret in the cluster. Sample of credentials file provided below.
[default]
aws_access_key_id = "s3#access_key>"
aws_secret_access_key = "s3#secret_key>"

Will draft updates to public documentation today and submit MR once this is merged in.

Closes #85 (closed)

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
Please register or sign in to reply
Loading