We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The hardcoded k3s version is pinned to a very old version:
k3d/version/version.go
Line 41 in 0a18d07
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"
An update to the k3s version.
The default k3s version should be kept updated. Maybe there should be a CI that automatically bumps it on new versions.
Manually specify the version (e.g. --image=rancher/k3s:v1.32.1-k3s1).
--image=rancher/k3s:v1.32.1-k3s1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is your feature request related to a problem or a Pull Request
The hardcoded k3s version is pinned to a very old version:
k3d/version/version.go
Line 41 in 0a18d07
This caused quite a few puzzling issues for me, such as missing feature flags:
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
).The text was updated successfully, but these errors were encountered: