Which yum repositories for Oracle Linux 7 can I use to install Kubernetes? Which yum repositories for Oracle Linux 7 can I use to install Kubernetes? kubernetes kubernetes

Which yum repositories for Oracle Linux 7 can I use to install Kubernetes?


It's not the best solution to pull outside of OEL, but I couldn't find an OEL repository with these packages, so I used this:

[]# cat /etc/yum.repos.d/virt7-common.repo[virt7-common]name=Extra Packages for Enterprise Linux 7 - $basearchbaseurl=http://mirror.centos.org/centos/7/extras/$basearch/enabled=1gpgcheck=1gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7


A good start would be the rapidly updated fedora / epel kubernetes repositories.

Something like (untested)

yum --enablerepo=updates-testing install kubernetes kubernetes-devel flanneld docker

Should do it for you.