-
Notifications
You must be signed in to change notification settings - Fork 6.9k
[containerd] nri_enabled not working excepted #12118
Copy link
Copy link
Closed
Labels
Other|Unsupportedgood first issueDenotes an issue ready for a new contributor, according to the "help wanted" guidelines.Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.help wantedDenotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.
Metadata
Metadata
Assignees
Labels
Other|Unsupportedgood first issueDenotes an issue ready for a new contributor, according to the "help wanted" guidelines.Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.help wantedDenotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.
What happened?
After Containerd 2.0.0, NRI (Node Resource Interface) default is enabled.
FYI: https://github.com/containerd/containerd/blob/main/docs/NRI.md
The way it's written now, the NRI is enabled, whether false or true.
kubespray/roles/container-engine/containerd/templates/config.toml.j2
Lines 79 to 82 in d304966
What did you expect to happen?
If
container_manageriscontainerd,nri_enabledshould betrue; otherwise, it should befalse.And follow the Containerd instructions to disable NRI if
nri_enabledisfalse.How can we reproduce it (as minimally and precisely as possible)?
OS
Other|Unsupported
Version of Ansible
N/A
Version of Python
N/A
Version of Kubespray (commit)
N/A
Network plugin used
calico
Full inventory with variables
N/A
Command used to invoke ansible
N/A
Output of ansible run
N/A
Anything else we need to know
No response