velero-io/velero

Backup en AWS Outposts

Open

#7,858 opened on Jun 4, 2024

View on GitHub
 (4 comments) (4 reactions) (0 assignees)Go (1,550 forks)auto 404
Area/Cloud/AWSHelp wantedkind/requirement

Repository metrics

Stars
 (10,111 stars)
PR merge metrics
 (PR metrics pending)

Description

Describe the problem/challenge you have

We were testing the solution to take backups in EKS cluster located in AWS Outposts for namespace where there are associated PVCs and although the backup is taken correctly, it is not possible to correctly reestablish the NS since the EBS Snapshots are located in region and not in Outposts

Describe the solution you'd like

Modificar el manifiesto llamado "BackupStorageLocation" adicionando la opcion de si el backup del EBS se realiza en outposts o en region y si es en Outposts, agregar el Outposts ID

Anything else you would like to add:

No, ninguna

Environment:

  • Velero version (use velero version): velero-v1.13.0
  • Kubernetes version (use kubectl version): Client Version: v1.30.1
  • Kubernetes installer & version: Server Version: v1.29.4-eks-036c24b
  • Cloud provider or hardware configuration: AWS
  • OS (e.g. from /etc/os-release): Linux/UNIX, amazon-eks-node-1.29-v20240514

Contributor guide