-
Notifications
You must be signed in to change notification settings - Fork 14.5k
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
Containerd configuration needs to show new format version #48976
Comments
/language en |
/triage accepted |
Possibly this documentation should also be updated to show the correct version (3.10), instead of an old value of "3.2"? The correct value can be found by running The example for docker doesn't show any value at all, and doesn't show in which file to set the value (the systemd unit) These versions for the sandbox will cause a warning message to be shown later, during the
|
/assign @pegasas |
This is a Feature Request
Currently documentation only shows the old "v2" format:
https://kubernetes.io/docs/setup/production-environment/container-runtimes/#containerd
In containerd 1.x:
What would you like to be added
It should show both the "v2" (1.x) and "v3" (2.x) formats:
https://github.com/containerd/containerd/blob/release/2.0/docs/cri/config.md
In containerd 2.x:
Why is this needed
The old format is still supported in containerd 2.0, but in future versions it is deprecated (similar to "v1" today)
For the transitioning period (i.e. before 1.x is EOL), the duplicated documentation needs to shown both versions.
https://containerd.io/releases/#kubernetes-support
Both versions are currently documented upstream.
Comments
There is a related bug with kubeadm preflight, that makes it fail to detect the configured version no matter what...
warning:
detected that the sandbox image "" of the container runtime is inconsistent with that used by kubeadm
But the user can verify the current config with
containerd config dump
, even though it is missing fromcrictl info
.The text was updated successfully, but these errors were encountered: