Package Details: rancher-k3d-bin 5.7.4-1

Git Clone URL: https://aur.archlinux.org/rancher-k3d-bin.git (read-only, click to copy)
Package Base: rancher-k3d-bin
Description: Little helper to run Rancher Labs k3s in Docker
Upstream URL: https://github.com/rancher/k3d
Keywords: docker k3d k3s k8s kubernetes rancher
Licenses: MIT
Conflicts: rancher-k3d-beta-bin
Provides: k3d
Submitter: JohnnyCrazy
Maintainer: JohnnyCrazy (k3d, sp0-deploy)
Last Packager: k3d
Votes: 14
Popularity: 0.000001
First Submitted: 2019-09-14 23:04 (UTC)
Last Updated: 2024-10-08 06:38 (UTC)

Dependencies (0)

Required by (0)

Sources (1)

Pinned Comments

JohnnyCrazy commented on 2020-06-04 09:18 (UTC) (edited on 2020-06-04 09:19 (UTC) by JohnnyCrazy)

This package only contains the stable release of rancher's k3d.
If you're intereseted in pre-release/beta versions, head over to rancher-k3d-beta-bin

Latest Comments

1 2 Next › Last »

Smoerrebroed commented on 2024-10-12 17:15 (UTC)

I suggest to include conflicts with rancher-k3d.

ptsans commented on 2023-10-11 13:29 (UTC)

Please bump to v5.6.0

mcritchlow commented on 2021-05-16 17:52 (UTC)

Would you consider adding an installation step for completions?

Something along the lines of:

/usr/bin/k3d completion bash | install -Dm644 /dev/stdin "$pkgdir/usr/share/bash-completion/completions/k3d"
/usr/bin/k3d completion zsh | install -Dm644 /dev/stdin "$pkgdir/usr/share/zsh/site-functions/_k3d

nemonik commented on 2021-05-12 22:58 (UTC) (edited on 2021-05-12 23:09 (UTC) by nemonik)

@lira is correct... I had to revert to 5.12.1-arch1-1. Greater than that k3d was unstable... Check uname -a.

Then if your pacman cache hasn't been flushed

sudo pacman -U /var/cache/pacman/pkg/linux-5.12.1.arch1-1-x86_64.pkg.tar.zst /var/cache/pacman/pkg/linux-headers-5.12.1.arch1-1-x86_64.pkg.tar.zst

To prevent overriding the kernel downgrade, I then added an entry like so IgnorePkg = linux to /etc/pacman.conf.

Filed an issue

https://github.com/rancher/k3d/issues/604

lira commented on 2021-05-10 02:55 (UTC)

I couldn't find the reason but the k3d doesn't work with th linux kernel 5.12.2.arch1-1. I exported the var K3D_FIX_CGROUPV2=1 but it didn't work. I've downgraded the kernel to the 5.12.1.arch1-1 and k3d has worked as expected.

JohnnyCrazy commented on 2020-06-11 16:36 (UTC)

@zer0def

Of course not, especially with that nice patch attached! Thanks for the help, 1.7.0-3 contains arm and aarch releases :)

zer0def commented on 2020-06-11 14:30 (UTC)

Hey Johnny, would it be much of a bother to add support for other architectures?: https://github.com/zer0def/PKGBUILDs/commit/1e3d7bc99a610115a4a7d17db9d571668a7fc747.patch

JohnnyCrazy commented on 2020-06-04 09:18 (UTC) (edited on 2020-06-04 09:19 (UTC) by JohnnyCrazy)

This package only contains the stable release of rancher's k3d.
If you're intereseted in pre-release/beta versions, head over to rancher-k3d-beta-bin

JohnnyCrazy commented on 2020-06-04 08:20 (UTC)

I'm not sure if we should update the package to pre release versions, will do some research on how to handle this on the aur normally.

starfry commented on 2020-06-04 08:08 (UTC)

Here's a patch for 3.0.0-rc0

index b08cfdd..cddb653 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
 # Maintainer: Jonas Dellinger <jonas@dellinger.dev>
 pkgname="rancher-k3d-bin"
-pkgver=1.7.0
+pkgver='3.0.0_rc.0'
 pkgrel=1
 pkgdesc='Little helper to run Rancher Labs k3s in Docker'
 arch=('x86_64')
 url='https://github.com/rancher/k3d'
 license=('MIT')
 provides=("k3d")
-source=("${pkgname}-${pkgver}::https://github.com/rancher/k3d/releases/download/v$pkgver/k3d-linux-amd64")
-sha256sums=('da9ff31bcf4377fadfb065f4998d347f19de1168a5a553ce2c23b763ee1f6098')
+source=("${pkgname}-${pkgver}::https://github.com/rancher/k3d/releases/download/v${pkgver/_/-}/k3d-linux-amd64")
+sha256sums=('7564c701eecbba57622f2df833ed393b60affbf36281f6cb2f219efb1be78646')

 package() {
   install -Dm 0755 ${pkgname}-${pkgver} "$pkgdir/usr/bin/k3d"