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

Bump kuberlr from v0.4.1 to v0.4.2 #2392

Merged
merged 1 commit into from
Jun 15, 2022
Merged

Conversation

thehejik
Copy link
Contributor

@thehejik thehejik commented Jun 15, 2022

closes #2323

Copy link
Member

@jandubois jandubois left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, LGTM

@jandubois jandubois merged commit 6cae6d1 into rancher-sandbox:main Jun 15, 2022
@Anniywell
Copy link

I installed the arm version of rancher-desktop, but the embedded kuberlr is x86.
'''
file kuberlr
kuberlr: Mach-O 64-bit executable x86_64
./kuberlr version
kuberlr version: 0.4.2 (tagged as "v0.4.2") 2022-06-15T12:26:44Z go1.17.11
'''

@jandubois
Copy link
Member

I installed the arm version of rancher-desktop, but the embedded kuberlr is x86.

That is intentional because there are no upstream kubectl releases older than 1.21.0. So by using the x86_64 version of kuberlr we will also download the kubectl releases for x86_64 and can support older Kubernetes releases on aarch64.

The Rancher Desktop GUI is also running x86_64 code via Rosetta, so this should already work, and kubectl is not performance-sensitive, so this should not present any problems. All the virtualization code is using native aarch64 code on M1 machines.

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 this pull request may close these issues.

Error starting kubernetes on first start on Linux (after manual cleanup)
3 participants