Package Details: k3s 1.35.0+k3s1-1

Git Clone URL: https://aur.archlinux.org/k3s.git (read-only, click to copy)
Package Base: k3s
Description: Lightweight Kubernetes
Upstream URL: https://k3s.io
Licenses: Apache-2.0
Submitter: intelfx
Maintainer: intelfx
Last Packager: intelfx
Votes: 2
Popularity: 0.051280
First Submitted: 2024-02-14 00:51 (UTC)
Last Updated: 2026-01-01 00:25 (UTC)

Latest Comments

snowman78 commented on 2025-10-31 08:51 (UTC)

Trying to install this on EndeavourOS using yay. It fails after a while, with this stuff:

  • xargs=(xargs)
  • [[ -t 0 ]]
  • [[ -t 1 ]]
  • [[ -t 2 ]]
  • xargs+=(-o)
  • airgap_image_file=scripts/airgap/image-list.txt
  • airgap_tar_file=dist/artifacts/k3s-airgap-images-amd64.tar
  • readarray -t images
  • printf '%s\0' docker.io/rancher/klipper-helm:v0.9.8-build20250709 docker.io/rancher/klipper-lb:v0.4.13 docker.io/rancher/local-path-provisioner:v0.0.31 docker.io/rancher/mirrored-coredns-coredns:1.12.3 docker.io/rancher/mirrored-library-busybox:1.36.1 docker.io/rancher/mirrored-library-traefik:3.3.6 docker.io/rancher/mirrored-metrics-server:v0.8.0 docker.io/rancher/mirrored-pause:3.6+ xargs -o -0 -n1 docker pull permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Post "http://%2Fvar%2Frun%2Fdocker.sock/v1.51/images/create?fromImage=docker.io%2Francher%2Fklipper-helm&tag=v0.9.8-build20250709": dial unix /var/run/docker.sock: connect: permission denied

Docker is running, docker.sock is owned by root and in group docker. My user is also in group docker, so I can run docker stuff. yay is run as my user, then if it needs it, it requests sudo. It didn't now, I think.