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 page size check in check-config command #7288

Closed
cncal opened this issue Apr 14, 2023 · 1 comment
Closed

Add page size check in check-config command #7288

cncal opened this issue Apr 14, 2023 · 1 comment
Assignees

Comments

@cncal
Copy link

cncal commented Apr 14, 2023

Is your feature request related to a problem? Please describe.

When I trying to deploy k3s on my arm64 servers, I noticed an important note in https://docs.k3s.io/installation/requirements#architecture that the OS must use a 4k page size, but nothing abnormal when I run the k3s check-config command. Considering that page size isn't 4k does have serious consequences (#6708), I think it's necessary to add page size check in k3s check-config if the machine architecture is aarch64/arm64.

Describe the solution you'd like

Add page size check in k3s check-config if the machine architecture is aarch64/arm64.

Describe alternatives you've considered

Print a warning log when k3s service starts.

Additional context

None.

@dereknola
Copy link
Member

dereknola commented Apr 28, 2023

This will likely be fixed in the next release. See k3s-io/k3s-root#59

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

No branches or pull requests

2 participants