Package Details: krr 1.28.0-2

Git Clone URL: https://aur.archlinux.org/krr.git (read-only, click to copy)
Package Base: krr
Description: Kubernetes requests recommendations
Upstream URL: https://github.com/robusta-dev/krr
Licenses: MIT
Provides: krr
Submitter: nikatar
Maintainer: Lerentis
Last Packager: Lerentis
Votes: 2
Popularity: 0.190348
First Submitted: 2024-10-24 11:01 (UTC)
Last Updated: 2026-04-30 20:52 (UTC)

Latest Comments

Hanashiko commented on 2026-03-31 06:41 (UTC)

I see that your PKBUILD currently contains the following command to create a symbolic link to the file:

ln -s $pkgdir/opt/krr/krr $pkgdir/usr/local/bin/krr

I think a possible fix would be to change line 26 to:

ln -s /opt/krr/krr "$pkgdir/usr/local/bin/krr"

Without $pkgdir

Hanashiko commented on 2026-03-31 06:17 (UTC)

Hi. I noticed a bug; here's the situation. After installing the package, the binary itself is present and works, but there's an issue with the path to the binary file. I think the following output might be useful to you when developing this package. I downloaded krr version 1.28.0; my operating system is 6.18.12-1-MANJARO.

ls -la /usr/bin/krr
ls: cannot access '/usr/bin/krr': No such file or directory
ls -la /usr/local/bin/krr
lrwxrwxrwx 1 root root 45 Mar 31 09:06 /usr/local/bin/krr -> /home/user/.cache/yay/krr/pkg/krr/opt/krr/krr
ll /opt/krr/krr
-rwxr-xr-x 1 root root 20M Mar 31 09:06 /opt/krr/krr
ll /home/user/.cache/yay/krr/
total 210M
drwxr-xr-x  3 user user 4.0K Mar 31 09:06 .
drwxr-xr-x 16 user user 4.0K Mar 31 09:06 ..
drwxr-xr-x  7 user user 4.0K Mar 31 09:06 .git
-rw-r--r--  1 user user   19 Mar 31 09:06 .gitignore
-rw-r--r--  1 user user  99M Mar 31 09:06 krr-1.28.0-1-any.pkg.tar.zst
-rw-r--r--  1 user user 112M Mar 31 09:06 krr-ubuntu-latest-v1.28.0.zip
-rw-r--r--  1 user user  838 Mar 31 09:06 PKGBUILD
-rw-r--r--  1 user user  544 Mar 31 09:06 .SRCINFO
which krr
krr
zsh: command not found: krr

3uzbcqje commented on 2026-03-24 23:43 (UTC) (edited on 2026-03-24 23:43 (UTC) by 3uzbcqje)

I just e-mailed a patch that I believe will fix the issue.

I installed it locally and here's the symlink now:

$ ls -la /usr/bin/krr
lrwxrwxrwx 1 root root 12 Mar 24 16:29 /usr/bin/krr -> /opt/krr/krr

The binary works now.

3uzbcqje commented on 2026-02-25 00:05 (UTC)

This package doesn't work for me. After install I see:

$ ls -la /usr/local/bin/krr
lrwxrwxrwx  1 root root   45 Feb 24 15:57 krr -> /home/user/.cache/yay/krr/pkg/krr/opt/krr/krr

But that path doesn't exist:

$ cd /home/user/.cache/yay/krr/pkg/krr/opt
bash: cd: /home/user/.cache/yay/krr/pkg/krr/opt: No such file or directory

olivierlm commented on 2025-10-24 18:06 (UTC)

Hi, latest version is now 1.27.0

hossamdash commented on 2024-12-28 16:13 (UTC)

krr -> /tmp/makepkg/krr/pkg/krr/opt/krr/krr

this package symlinks krr into the version inside the build dir, this is the wrong behavior, also the binary should be put inside /usr/bin not /usr/local since this is packaged.