Open
Description
Summary
in /var/snap/microk8s/current/args/containerd-template.toml then environment SNAPSHOTTER is used:
[plugins."io.containerd.grpc.v1.cri".containerd]
# snapshotter is the snapshotter used by containerd.
snapshotter = "${SNAPSHOTTER}"
I wanted to set it in /etc/environment but it is ignored.
What Should Happen Instead?
SNAPSHOTTER="btrfs" env var should be used
Reproduction Steps
-
Setting environment file:
cat /etc/environment
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin"
SNAPSHOTTER="btrfs" -
systemctl daemon-reload
-
sudo microk8s start
Introspection Report
useless
Can you suggest a fix?
no
Are you interested in contributing with a fix?
no
Metadata
Metadata
Assignees
Labels
No labels