Skip to content
New issue

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

Velero documentation https://velero.io/docs/v1.6/contributions/minio/ mentions wrong aws plugin versions #3736

Closed
bo0ts opened this issue Apr 27, 2021 · 1 comment · Fixed by #3814
Assignees
Labels
Milestone

Comments

@bo0ts
Copy link

bo0ts commented Apr 27, 2021

What steps did you take and what happened:

https://velero.io/docs/v1.6/contributions/minio/ gives the following command to install velero for minio:

velero install \
    --provider aws \
    --plugins velero/velero-plugin-for-aws:v1.0.0 \
    --bucket velero \
    --secret-file ./credentials-velero \
    --use-volume-snapshots=false \
    --backup-location-config region=minio,s3ForcePathStyle="true",s3Url=http://minio.velero.svc:9000

What did you expect to happen:

velero/velero-plugin-for-aws:v1.0.0 is not the correct image for velero 1.6. It should be v1.2.0 or whatever version is appropriate for the given velero version of the documentation.

@ashish-amarnath
Copy link
Member

@bo0ts Thanks for pointing that out. Would you be interested in contributing a doc fix for this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants