JenTing
JenTing
@vadlakiran I'd suggest moving this issue under vmware-tanzu/velero repo because this repo is mainly for velero helm chart issues.
> I want store a backup of pvc and cluster data into the local directory, please let me know if any plugins are supporting with this requirement and please help...
This is the helm chart repo which generally would not include the Go. Are you referring to the velero container image and it's related plugin images? If yes, could you...
@qiuming-best could you please check this issue in Velero core code?
@toothbrush Thanks for your contribution. Perhaps you could change `snapshotsEnabled: false` in your values.yaml, without having to make code change. Please let me know if it works for you or...
This repo is for helm chart issue only, it'd be good to open the issue under velero repo, thanks.
@janaurka - Is your case, how are the snapshot CRD and the snapshot controller installed in the cluster? - Is there any open helm chart that support creating the VolumeSnapshotClass?
Personally I don't think Velero helm chart should involve the life cycle management of the volume snapshot CRDs. Instead, consider create your own chart which depends on the Velero helm...
@felipesierrae Interested, we did handling the [service account annotations](https://github.com/vmware-tanzu/helm-charts/blob/a9dac3e30d6ff7e8ecd049c760eb0a24223ecd00/charts/velero/templates/serviceaccount-server.yaml#L7-L10). Also, I copy your values.yaml and run helm template locally, the service account velero-server and velero-server-upgrade-crds both contain the annotations `eks.amazonaws.com/role-arn:...
@Ornias1993 Good suggestion, would you mind file a PR to address this issue? Appreciate.