From 2df5a5226b3ea44e3032e6e4e0ff63760eab20ba Mon Sep 17 00:00:00 2001 From: Enyinna Ochulor Date: Tue, 9 Mar 2021 01:05:56 -0800 Subject: [PATCH] Remove Docker Version Pinning This commit fixes the packages not found error during Docker installation. The packages containerd.io 1.2.13-2, docker-ce 19.03.11, and docker-cs-cli 19.03.11 are currently not in Ubuntu 20.10. This commit instead points users to validated versions of Docker. fixes https://github.com/kubernetes/kubernetes/issues/99831 Signed-off-by: Enyinna Ochulor --- .../en/docs/setup/production-environment/container-runtimes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/setup/production-environment/container-runtimes.md b/content/en/docs/setup/production-environment/container-runtimes.md index 15f3e3a9b6..9875ee8fd9 100644 --- a/content/en/docs/setup/production-environment/container-runtimes.md +++ b/content/en/docs/setup/production-environment/container-runtimes.md @@ -347,7 +347,7 @@ in sync. ### Docker -1. On each of your nodes, install the Docker for your Linux distribution as per [Install Docker Engine](https://docs.docker.com/engine/install/#server) +1. On each of your nodes, install the Docker for your Linux distribution as per [Install Docker Engine](https://docs.docker.com/engine/install/#server). You can find the latest validated version of Docker in this [dependencies](https://git.k8s.io/kubernetes/build/dependencies.yaml) file. 2. Configure the Docker daemon, in particular to use systemd for the management of the container’s cgroups.