From bc9d5b9a954ec2c1cc99ccf71f14156487181bd9 Mon Sep 17 00:00:00 2001 From: William Johansson Date: Sun, 26 Jan 2020 19:35:10 +0100 Subject: [PATCH] Update K3s Alpine cgroup instructions cgroups mount and configuration file is not needed when init script has 'want cgroups' as dependency. --- content/k3s/latest/en/advanced/_index.md | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/content/k3s/latest/en/advanced/_index.md b/content/k3s/latest/en/advanced/_index.md index 8b2c5f76e68..e2fdcf8587b 100644 --- a/content/k3s/latest/en/advanced/_index.md +++ b/content/k3s/latest/en/advanced/_index.md @@ -228,24 +228,7 @@ will register itself as a node (run the agent). In order to set up Alpine Linux, you have to go through the following preparation: -```bash -echo "cgroup /sys/fs/cgroup cgroup defaults 0 0" >> /etc/fstab - -cat >> /etc/cgconfig.conf <