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] Update hardcoded k3s version #1560

Open
musjj opened this issue Feb 25, 2025 · 0 comments
Open

[FEATURE] Update hardcoded k3s version #1560

musjj opened this issue Feb 25, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@musjj
Copy link

musjj commented Feb 25, 2025

Is your feature request related to a problem or a Pull Request

The hardcoded k3s version is pinned to a very old version:

var K3sVersion = "v1.21.7-k3s1"

This caused quite a few puzzling issues for me, such as missing feature flags:

E0225 16:36:19.223608      87 server.go:185] "Failed to set feature gates from initial flags-based config" err="unrecognized feature gate: KubeletInUserNamespace"

Scope of your request

An update to the k3s version.

Describe the solution you'd like

The default k3s version should be kept updated. Maybe there should be a CI that automatically bumps it on new versions.

Describe alternatives you've considered

Manually specify the version (e.g. --image=rancher/k3s:v1.32.1-k3s1).

@musjj musjj added the enhancement New feature or request label Feb 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant