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

arm64 image for velero-plugin #7

Closed
vavallee opened this issue Sep 1, 2021 · 2 comments
Closed

arm64 image for velero-plugin #7

vavallee opened this issue Sep 1, 2021 · 2 comments

Comments

@vavallee
Copy link

vavallee commented Sep 1, 2021

Hi, we are running k3s clusters on raspberry pi 4s (arm64), can we get an arm64 image for the do velero-plugin?

jamonation pushed a commit that referenced this issue Feb 7, 2022
jamonation added a commit that referenced this issue Feb 7, 2022
@jamonation
Copy link

Sorry to take so long getting to this @vavallee - I've built and pushed an arm64 version of the plugin. You should be able to use it by modifying the velero install command to use the Docker hub image digitalocean/velero-plugin:v1.1.0-arm64 as the plugin name. e.g.:

velero install \                                                             
--plugins=velero/velero-plugin-for-aws:v1.3.0,digitalocean/velero-plugin:v1.1.0-arm64 \
--provider=velero.io/aws \
--bucket=velero-test \
--backup-location-config s3Url=https://nyc3.digitaloceanspaces.com,region=nyc3 \
--secret-file ./examples/cloud-credentials \
--use-volume-snapshots=false

@vavallee
Copy link
Author

This is great! Thank you so much, will try it asap.

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

No branches or pull requests

2 participants