sys-cluster/k3s does not install k3s-killall.sh script - in contrast to what you get when using the "official" installation method of curl -sfL https://get.k3s.io | sh - Lacking this script, it's a tedious handwork to shut down all the pieces started and left running by /etc/init.d/k3s Reproducible: Always Steps to Reproduce: 1. emerge sys-cluster/k3s 2. /etc/init.d/k3s start 3. /etc/init.d/k3s stop Actual Results: Containers are left running, and there's no tool to shut them down with a simple command. Expected Results: There should be a simple way to shut down all processes started by k3s.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70fa996d6be6a797e2d54c5320f021d23f30b249 commit 70fa996d6be6a797e2d54c5320f021d23f30b249 Author: Zac Medico <zmedico@gentoo.org> AuthorDate: 2022-12-11 21:02:08 +0000 Commit: Zac Medico <zmedico@gentoo.org> CommitDate: 2022-12-11 21:13:48 +0000 sys-cluster/k3s: add k3s-killall script Closes: https://bugs.gentoo.org/885389 Signed-off-by: Zac Medico <zmedico@gentoo.org> sys-cluster/k3s/files/k3s-killall.sh | 78 ++++++++++++++++++++++++++++++++++++ sys-cluster/k3s/k3s-1.25.4_p1.ebuild | 1 + 2 files changed, 79 insertions(+)