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

Add support for arm64 #14

Closed
RaymiiOrg opened this issue Jul 11, 2024 · 3 comments · Fixed by #15
Closed

Add support for arm64 #14

RaymiiOrg opened this issue Jul 11, 2024 · 3 comments · Fixed by #15

Comments

@RaymiiOrg
Copy link

I was unable to run urunner on my all ARM64 cluster (https://raymii.org/s/tutorials/My_First_Kubernetes_k3s_cluster_on_3_Orange_Pi_Zero_3s_including_k8s_dashboard_hello-node_and_failover.html)

Here is a recent pull request from canary checker that added arm64 support as an example: https://github.com/flanksource/canary-checker/pull/1956/files#diff-2e71f9191e45345b53b343fdd7b8e2622685599e60237e81e8f0859a8cc03fc7

When adding an x86 node and forcing Helm to use that node, urunner works just fine:

helm upgrade --install urunner oci://ghcr.io/texano00/urunner/helm/urunner --version 0.1.0 --values values.yaml -n urunner  --set nodeSelector."kubernetes\.io/arch"=amd64
Copy link

Thanks for your first issue on Urunner!

@texano00 texano00 linked a pull request Jul 18, 2024 that will close this issue
@texano00
Copy link
Owner

@RaymiiOrg starting from
appVersion 0.5.1
helmChart 0.6.0

The following OCI platforms are supported
image

@RaymiiOrg
Copy link
Author

Thank you!

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

Successfully merging a pull request may close this issue.

2 participants