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

[Feature Request] Support cpu arch for LoongArch #642

Open
lutianyang01 opened this issue Nov 7, 2023 · 3 comments
Open

[Feature Request] Support cpu arch for LoongArch #642

lutianyang01 opened this issue Nov 7, 2023 · 3 comments
Labels
feature New feature or request

Comments

@lutianyang01
Copy link

Recently, I builded autok3s in the loongarch64 architecture. I found that the binary file of the k3s repository does not support the loongarch64. I modified the source code and used the Local HTTP service to get the complete installation package of k3s locally.
The problem is that my local code cannot be updated with the community, so I hope to provide better offline installation function and support the loongarch64.
Thanks.

@lutianyang01 lutianyang01 added the feature New feature or request label Nov 7, 2023
@orangedeng
Copy link
Member

orangedeng commented Nov 7, 2023

I recommend you submit an issue in k3s repo. Besides, we also don't have loongarch64 infrastructure to test it. It is better that someone who can access to that kind of machine can contribute to k3s.

@lutianyang01
Copy link
Author

lutianyang01 commented Nov 7, 2023 via email

@orangedeng
Copy link
Member

orangedeng commented Nov 7, 2023

Thanks for reply and supporting autok3s and k3s. The autok3s project is built on the k3s project. Building customized k3s artifacts is not our goal.
We did the PoC before that building k3s on loongarch64 and it succeed. But still, it is not a official support release of k3s. In this case, only the released k3s offline artifacts are supported for offline installation. The verified download source is from Github and Aliyun OSS site maintained by ourselves.

For your use case, I suggest that you can fork your own autok3s project to implement your feature request. I think the only changes you need is to add loongarch64 to the supported arch list. After that you can import your own k3s offline package.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Development

No branches or pull requests

2 participants