summaryrefslogtreecommitdiffstats
path: root/nixos/doc
diff options
context:
space:
mode:
authorJohan Thomsen <jth@dbc.dk>2021-02-25 16:00:59 +0100
committerzowoq <59103226+zowoq@users.noreply.github.com>2021-03-07 12:51:14 +1000
commit7b5c38e97384257a03ec29e9eec56e2a46a07816 (patch)
treee5120c04c8ef4e1ab84473eaba946dd443e87e3c /nixos/doc
parent7da62867be079bb5f6412fb12a76dbb68f9bad4b (diff)
nixos/kubernetes: docker -> containerd
also, nixos/containerd: module init
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/release-notes/rl-2105.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2105.xml b/nixos/doc/manual/release-notes/rl-2105.xml
index 0666b4300eca..2f87869fbe34 100644
--- a/nixos/doc/manual/release-notes/rl-2105.xml
+++ b/nixos/doc/manual/release-notes/rl-2105.xml
@@ -788,6 +788,15 @@ self: super:
and use Maturin as their build tool.
</para>
</listitem>
+ <listitem>
+ <para>
+ Kubernetes has <link xlink:href="https://kubernetes.io/blog/2020/12/02/dont-panic-kubernetes-and-docker/">deprecated docker</link> as container runtime.
+ As a consequence, the Kubernetes module now has support for configuration of custom remote container runtimes and enables containerd by default.
+ Note that containerd is more strict regarding container image OCI-compliance.
+ As an example, images with CMD or ENTRYPOINT defined as strings (not lists) will fail on containerd, while working fine on docker.
+ Please test your setup and container images with containerd prior to upgrading.
+ </para>
+ </listitem>
</itemizedlist>
</section>
</section>