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 <