k3s-install from home:RBrownSUSE project

Select Your Operating System

For CentOS 8 run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:RBrownSUSE/CentOS_8/home:RBrownSUSE.repo
yum install k3s-install
For CentOS 7 run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:RBrownSUSE/CentOS_7/home:RBrownSUSE.repo
yum install k3s-install
For openSUSE Tumbleweed run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:RBrownSUSE/openSUSE_Tumbleweed/home:RBrownSUSE.repo
zypper refresh
zypper install k3s-install