Search Criteria
Package Details: krr 1.28.0-2
Package Actions
| 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) |
Dependencies (2)
- python
- unzip (unzip-zstdAUR, unzip_pAUR, unzip-natspecAUR) (make)
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:
I think a possible fix would be to change line 26 to:
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.
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:
The binary works now.
3uzbcqje commented on 2026-02-25 00:05 (UTC)
This package doesn't work for me. After install I see:
But that path doesn't exist:
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.