Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 885389 - sys-cluster/k3s: k3s-killall.sh is missing
Summary: sys-cluster/k3s: k3s-killall.sh is missing
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Zac Medico
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-12-10 23:06 UTC by Laszlo Valko
Modified: 2022-12-11 21:13 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Laszlo Valko 2022-12-10 23:06:41 UTC
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.
Comment 1 Larry the Git Cow gentoo-dev 2022-12-11 21:13:52 UTC
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(+)