We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What steps did you take and what happened: I am installing velero using helm and getting this error
helm
Error: INSTALLATION FAILED: BackupStorageLocation.velero.io "default" is invalid: [spec.objectStorage.bucket: Required value, spec.provider: Required value]
Here is my values.yaml config
values.yaml
initContainers: - name: velero-plugin-for-aws image: velero/velero-plugin-for-aws:v1.10.0 imagePullPolicy: IfNotPresent volumeMounts: - mountPath: /target name: plugins configuration: backupStorageLocation: - provider: aws bucket: <bucket-name> prefix: <eks-cluster-name> config: region: <region> volumeSnapshotLocation: - provider: aws config: region: <region> uploaderType: kopia defaultVolumesToFsBackup: false serviceAccount: server: create: true name: velero annotations: eks.amazonaws.com/role-arn: <velero-irsa-arn> credentials: useSecret: false # Also tried with velero IAM user credentails snapshotsEnabled: false deployNodeAgent: false schedules: daily: disabled: false schedule: <schedule> template: excludedNamespaces: - velero snapshotVolumes: false defaultVolumesToFsBackup: false
What did you expect to happen:
Velero chart should be installed properly and working. I was previously deploying using Terraform and it's working fine with same config
Anything else you would like to add: Same issue is available in helm-chart repo here but no response on that
Environment:
velero version
velero client config get features
kubectl version
/etc/os-release
Vote on this issue!
The text was updated successfully, but these errors were encountered:
Looks like values are not correctly set to BackupStorageLocation CR, could you double check your value.yaml? We don't see this problem locally
BackupStorageLocation
Sorry, something went wrong.
@Lyndon-Li values are exactly same and I have even tried by adding names but same issue still
No branches or pull requests
What steps did you take and what happened:
I am installing velero using
helm
and getting this errorError: INSTALLATION FAILED: BackupStorageLocation.velero.io "default" is invalid: [spec.objectStorage.bucket: Required value, spec.provider: Required value]
Here is my
values.yaml
configWhat did you expect to happen:
Velero chart should be installed properly and working. I was previously deploying using Terraform and it's working fine with same config
Anything else you would like to add:
Same issue is available in helm-chart repo here but no response on that
Environment:
velero version
): v1.13.1velero client config get features
): Not Setkubectl version
): v1.26.1/etc/os-release
): Linux Subsystem for WindowsVote on this issue!
The text was updated successfully, but these errors were encountered: