-
**Describe the problem/challenge you have**
Ref: https://github.com/vmware-tanzu/velero/issues/4106
Years ago, DockerHub introduced pull rate limit
https://www.docker.com/increase-rate-limits/…
-
Looks like Velero Prometheus exporter keeps backup as succeeded even after it runs out of TTL: https://github.com/vmware-tanzu/velero/issues/1333
Investigate if this still a thing and if so - contrib…
-
Customers often have more than one install of OADP on their cluster. They will often have OADP installed for backup and restore and ACM installed for cluster managment. Often these two products are …
-
Velero instructions should point to the TKGm downloads section in my.vmware.com (scroll to bottom) instead of describing how to install the OSS bits via Golang; and the deployment examples should expl…
-
Got the following error:
```
time="2024-09-16T17:14:27Z" level=error msg="Namespace wordpress, resource restore error: error restoring pods/wordpress/wordpress-845697cddc-pcpqw: pods \"wordpress-845…
-
**Describe the solution you'd like**
Add support for [Volume Snapshots](https://kubernetes.io/docs/concepts/storage/volume-snapshots/) in the `harvester-csi-driver`.
It would allow users to leve…
-
I have a unique helm chart for managing all the stuff in my eks cluster. We have some sub-charts, such as Prometheus, that allow overriding the namespace. This is a useful feature because, with one ch…
-
**Describe the problem/challenge you have**
We had users evaluating backup performance by watching the progress of DataUploads, basically like this:
`$ oc get dataupload --all-namespaces -w`
`NAM…
-
Add NonAdminRestore CRD
Add NonAdminRestore controller
- create restore from NonAdminBackup
- create Velero Restore object
- Namespace must exist prior to restore
-
### Summary
https://github.com/jenkins-x/terraform-aws-eks-jx/blob/master/modules/backup/main.tf#L35
We use iam users for velero, insted we should use irsa which is a better alternative.