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

couldn't find arm64 image for kanister #2254

Open
ashiq-betaflux opened this issue Aug 10, 2023 · 9 comments
Open

couldn't find arm64 image for kanister #2254

ashiq-betaflux opened this issue Aug 10, 2023 · 9 comments

Comments

@ashiq-betaflux
Copy link

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Environment
Kubernetes Version/Provider: ...
Storage Provider: ...
Cluster Size (#nodes): ...
Data Size: ...

Additional context
Add any other context or screenshots about the feature request here.

@github-actions
Copy link
Contributor

Thanks for opening this issue 👍. The team will review it shortly.

If this is a bug report, make sure to include clear instructions how on to reproduce the problem with minimal reproducible examples, where possible. If this is a security report, please review our security policy as outlined in SECURITY.md.

If you haven't already, please take a moment to review our project's Code of Conduct document.

@infraq infraq added this to To Be Triaged in Kanister Aug 10, 2023
@pavannd1
Copy link
Contributor

Hi @ashiq-betaflux, thanks for opening this issue! We have ARM support in our roadmap and will be addressed in the near future. Please let me know if you are interested in contributing to it.

@ashiq-betaflux
Copy link
Author

yes, iam interested. i will work on.

@pavannd1 pavannd1 removed the triage label Sep 28, 2023
@haimgel
Copy link
Contributor

haimgel commented Nov 19, 2023

Hey @ashiq-betaflux, is this something you are still working on? I'm also interested in this feature.

@ashiq-betaflux
Copy link
Author

@haimgel No..!, i got some other alternative ideas, so i left it there

Copy link
Contributor

This issue is marked as stale due to inactivity. Add a new comment to reactivate it.

@XBeg9
Copy link

XBeg9 commented Apr 21, 2024

Same here, I was unable to find the arm64 image for kanister, am I missing something or it's still in development?

@mocdaniel
Copy link

What's the blocker for this to happen? I just started looking into Kanister and haven't gotten to the implementation details yet, but isn't it 'just' a Kubernetes controller acting on some CRDs?
If anything, I'd expect some specific Blueprints or actions/tasks run in specific other pods/containers to not work on ARM, but not the controller itself.

@viveksinghggits
Copy link
Contributor

viveksinghggits commented Aug 20, 2024

There is no blocker @mocdaniel .
The problem is if the controller docker image is built using goreleaser from an arm based machine the container image will be built for the arm platform. And if we deploy that on a k8s cluster (linux/amd64), the pod would not work properly.
Apart from that, the kanctl binary that is built right now and published is for amd64 machines, so if someone wants to use kanctl on the arm machines they will have to build the binary themselves.
These are the two problems that I am planning to fix as part of #3015.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Kanister
To Be Triaged
Development

No branches or pull requests

6 participants