- update
containerd
to 'v1.6.4`
- update
containerd
to 'v1.6.3`
- update
containerd
to 'v1.6.2`
- update
containerd
to 'v1.6.0` - update
containerd_config
variable value for containerdv.1.6.0
- The
BinaryName
value incontainer_config
variable will now use the value ofcontainerd_runc_binary_directory
if defined by default. (contribution by @tiagoblackcode) - Ansible's
first_found
lookup plugin was used to determine the location ofmodprobe
binary. But since all Ansible lookup plugins are only executed on the controller host the modprobe path of the controller host was used incontainerd.service
file. That's fixed now. (contribution by @tiagoblackcode)
- In
plugins."io.containerd.grpc.v1.cri".containerd.runtimes.runc.options
the settingSystemdCgroup
is now set totrue
instead offalse
. This is relevant for Kubernetes e.g. Also see: Kubernetes container-runtimes - containerd
- update
containerd
to 'v1.5.9`
- add support for Kubernetes by allowing to optionally also install
runc
,crtcl
andCNI
plugins.containerd
builds are available in two flavors: Either just thecontainerd
binaries orcontainerd
binaries plus everything else needed to usecontainerd
together with Kubernetes. Please see defaults/main.yml for all possible settings. With the Kubernetes support a lot of new variables were introduced but for almost all the default values should be good enough. The defaultcontainerd_flavor: "base"
mimics the behavior of the previous version of this role. So upgrading shouldn't be an issue.
- update
containerd
tov1.5.8
- update
containerd
tov1.5.7
- initial commit