kubelet1.26 on AUR (Arch User Repository)

Last updated: June 30,2024

1. Install "kubelet1.26" effortlessly via AUR with the help of a helper(YAY)

a. Install YAY (https://github.com/Jguer/yay)

$ sudo pacman -S --needed git base-devel && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si

b. Install kubelet1.26 on Arch using YAY

$ yay -S kubelet1.26

* (Optional) Uninstall kubelet1.26 on Arch using YAY

$ yay -Rns kubelet1.26

2. Manually Install "kubelet1.26" via AUR

a. Ensure you have the base development tools and git installed with:

$ sudo pacman -S --needed base-devel git

b. Clone kubelet1.26's git locally

$ git clone https://aur.archlinux.org/kubelet1.26.git ~/kubelet1.26

c. Go to ~/kubelet1.26 folder and install it

$ cd ~/kubelet1.26 $ makepkg -si

3. Information about the kubelet1.26 package on Arch User Repository (AUR)

ID: 1354045
Name: kubelet1.26
PackageBaseID: 199608
PackageBase: kubernetes1.26
Version: 1.26.10-1
Description: An agent that runs on each node in a Kubernetes cluster making sure that containers are running in a Pod
URL: https://kubernetes.io/
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: doclai
Submitter: doclai
FirstSubmitted: 1700108520
LastModified: 1700115472
URLPath: /cgit/aur.git/snapshot/kubelet1.26.tar.gz