Package Details: k0s-bin 1.29.4+k0s.0-1

Git Clone URL: https://aur.archlinux.org/k0s-bin.git (read-only, click to copy)
Package Base: k0s-bin
Description: k0s - Zero Friction Kubernetes
Upstream URL: https://github.com/k0sproject/k0s
Licenses: Apache
Submitter: eyenx
Maintainer: eyenx (tongpu)
Last Packager: eyenx
Votes: 3
Popularity: 0.000001
First Submitted: 2020-11-17 21:52 (UTC)
Last Updated: 2024-04-23 17:27 (UTC)

Latest Comments

eyenx commented on 2024-04-23 17:28 (UTC)

@evgfilim1 I had no issue building the package. can you retry pls?

eyenx commented on 2024-04-23 17:27 (UTC)

Updated to 1.29.4

evgfilim1 commented on 2024-04-15 06:58 (UTC) (edited on 2024-04-15 06:59 (UTC) by evgfilim1)

I'm having the same problem as hkoch on 2020-12-24. The fix is to add !debug to options array. I don't really know how this works, I just tried toggling every optimization related flag. makepkg.conf(5) says

debug

Add the user-specified debug flags as specified in DEBUG_CFLAGS and DEBUG_CXXFLAGS to their counterpart buildflags. Creates a separate package containing the debug symbols when used with ‘strip’.

But this is a binary package, so no compilation was even involved. Maybe it's a bug in makepkg.

eyenx commented on 2020-12-25 13:11 (UTC)

@hkoch added the option as suggested.

hkoch commented on 2020-12-24 17:40 (UTC)

Is anyone using this? When I try to start the server I get the error

"failed to find embedded file position for etcd"

Which I fixed by downloading the raw binary file from github. k0s-v0.9.0-amd64 does not appear to be an AppImage, but I'm guessing it uses similar techniques to bundle multiple binaries into a single file, and that stripping the binary breaks this?

In any case, a fix would be to add

options=(!strip)

to the PKGBUILD file.