Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 896044 - sys-cluster/k3s treeclean
Summary: sys-cluster/k3s treeclean
Status: RESOLVED PKGREMOVED
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: 2023-02-23 14:55 UTC by Rahil Bhimjiani
Modified: 2025-02-19 19:34 UTC (History)
6 users (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 Rahil Bhimjiani 2023-02-23 14:55:23 UTC
Please bump. Thanks for great contributions.
Comment 1 Rahil Bhimjiani 2023-03-28 11:06:27 UTC
Any update on this ?
Comment 2 Zac Medico gentoo-dev 2024-12-11 23:17:22 UTC
I'm afraid it's too much work to package this as an ebuild, thus I would like to treeclean it.
Comment 3 Zac Medico gentoo-dev 2024-12-11 23:42:02 UTC
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
Comment 4 Larry the Git Cow gentoo-dev 2025-01-18 20:08:28 UTC
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(+)
Comment 5 Marat Radchenko 2025-01-20 08:27:04 UTC
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).
Comment 6 Zac Medico gentoo-dev 2025-01-20 23:15:58 UTC
(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
Comment 7 Larry the Git Cow gentoo-dev 2025-02-19 19:34:25 UTC
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(-)