From 157fc22b1018392638a8f9495cc1595f895c4aa8 Mon Sep 17 00:00:00 2001 From: Takumasa Sakao Date: Fri, 29 Apr 2022 07:46:29 +0900 Subject: [PATCH] Fix subuid/gid in README-k3s Same with https://github.com/corneliusweig/kubernetes-lxd/pull/7 --- README-k3s.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README-k3s.md b/README-k3s.md index ead67b3..98557e3 100644 --- a/README-k3s.md +++ b/README-k3s.md @@ -29,8 +29,8 @@ To use it, install lxd and initialize it using `lxd init`. When prompted, answer 0. Before you can fire up your lxc container, you have to make sure to create `/etc/subuid` and `/etc/subgid` with the following entries: - root:1000000:1000000000 - :1000000:1000000000 + root:100000:1000000000 + :100000:1000000000 Run `systemctl restart lxd` to have LXD detect your new maps.