Please bump. Thanks for great contributions.
Any update on this ?
I'm afraid it's too much work to package this as an ebuild, thus I would like to treeclean it.
The reason it is too difficult to maintain this ebuild is that it has to download many pieces: https://github.com/k3s-io/k3s/blob/master/scripts/version.sh https://github.com/k3s-io/k3s/blob/master/scripts/download
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49ea987f157c8edf601494842394a61bfb6cc5f8 commit 49ea987f157c8edf601494842394a61bfb6cc5f8 Author: Zac Medico <zmedico@gentoo.org> AuthorDate: 2025-01-18 20:06:15 +0000 Commit: Zac Medico <zmedico@gentoo.org> CommitDate: 2025-01-18 20:07:19 +0000 profiles: Last-rites for sys-cluster/k3s Bug: https://bugs.gentoo.org/896044 Signed-off-by: Zac Medico <zmedico@gentoo.org> profiles/package.mask | 5 +++++ 1 file changed, 5 insertions(+)
Are there any recommended alternatives to run Kubernetes on Gentoo? I'm looking for a dev environment that is easy to setup (k3s is easy via current ebuild).
(In reply to Marat Radchenko from comment #5) > Are there any recommended alternatives to run Kubernetes on Gentoo? I'm > looking for a dev environment that is easy to setup (k3s is easy via current > ebuild). I recommend to use a k3s binary downloaded from the releases: https://github.com/k3s-io/k3s/releases
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7453fed22fb90a33751a1a62f1ee40a0eef1947e commit 7453fed22fb90a33751a1a62f1ee40a0eef1947e Author: Arthur Zamarin <arthurzam@gentoo.org> AuthorDate: 2025-02-19 19:33:07 +0000 Commit: Arthur Zamarin <arthurzam@gentoo.org> CommitDate: 2025-02-19 19:34:07 +0000 sys-cluster/k3s: treeclean Closes: https://bugs.gentoo.org/896044 (pkgremoved) Closes: https://bugs.gentoo.org/939503 (pkgremoved) Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> profiles/package.mask | 5 -- sys-cluster/k3s/Manifest | 6 --- sys-cluster/k3s/files/k3s-killall.sh | 78 --------------------------- sys-cluster/k3s/files/k3s.confd | 2 - sys-cluster/k3s/files/k3s.initd | 32 ----------- sys-cluster/k3s/files/k3s.logrotated | 3 -- sys-cluster/k3s/files/k3s.service | 24 --------- sys-cluster/k3s/k3s-1.25.4_p1.ebuild | 102 ----------------------------------- sys-cluster/k3s/metadata.xml | 19 ------- 9 files changed, 271 deletions(-)