kubernetes from home:alvistack project
Seleziona il sistema operativo
Aggiungi il repository e installa manualmente
Per CentOS 7 eseguire quanto segue come root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:alvistack/CentOS_7/home:alvistack.repo yum install kubernetes
Prendi direttamente i pacchetti binari
Aggiungi il repository e installa manualmente
Per Fedora Rawhide eseguire quanto segue come root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:alvistack/Fedora_Rawhide/home:alvistack.repo dnf install kubernetes
Per Fedora 41 eseguire quanto segue come root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:alvistack/Fedora_41/home:alvistack.repo dnf install kubernetes
Per Fedora 40 eseguire quanto segue come root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:alvistack/Fedora_40/home:alvistack.repo dnf install kubernetes
Prendi direttamente i pacchetti binari
Aggiungi il repository e installa manualmente
Per openSUSE Tumbleweed eseguire quanto segue come root:
zypper addrepo https://download.opensuse.org/repositories/home:alvistack/openSUSE_Tumbleweed/home:alvistack.repo zypper refresh zypper install kubernetes
Prendi direttamente i pacchetti binari
Aggiungi il repository e installa manualmente
Per AlmaLinux 9 eseguire quanto segue come root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:alvistack/AlmaLinux_9/home:alvistack.repo yum install kubernetes
Per AlmaLinux 8 eseguire quanto segue come root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:alvistack/AlmaLinux_8/home:alvistack.repo yum install kubernetes
Prendi direttamente i pacchetti binari
Aggiungi il repository e installa manualmente
Per openSUSE Leap 15.6 eseguire quanto segue come root:
zypper addrepo https://download.opensuse.org/repositories/home:alvistack/openSUSE_Leap_15.6/home:alvistack.repo zypper refresh zypper install kubernetes
Per openSUSE Leap 15.5 eseguire quanto segue come root:
zypper addrepo https://download.opensuse.org/repositories/home:alvistack/openSUSE_Leap_15.5/home:alvistack.repo zypper refresh zypper install kubernetes