From 9a3e129b3c7c3ce9d2799c81768dfd6444729db3 Mon Sep 17 00:00:00 2001 From: cedricve <93663568+maverick136@users.noreply.github.com> Date: Sun, 21 Nov 2021 20:07:01 +0100 Subject: [PATCH] Update index.md --- content/factory/installation-edge/index.md | 38 ++++++++++++++++++---- 1 file changed, 32 insertions(+), 6 deletions(-) diff --git a/content/factory/installation-edge/index.md b/content/factory/installation-edge/index.md index f7af446..5eb1831 100644 --- a/content/factory/installation-edge/index.md +++ b/content/factory/installation-edge/index.md @@ -25,6 +25,24 @@ If you have a fresh Linux installation, make sure you have Docker installed. If apt install docker.io -y +Once installed modify the `cgroup driver`, so kubernetes will be using it correctly. By default Kubernetes cgroup driver was set to systems but docker was set to systemd. + + sudo mkdir /etc/docker + cat <