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


i've been able install kubernetes in centos 7 testing environment using "virt7-testing" repo described in centos "getting started guide" in kubernetes github repo. production environment running on oracle linux 7, , far enabling "virt7-testing" on ol7 hasn't been working.

are there other yum repositories out there compatible ol7 , include kubernetes?

it's not best solution pull outside of oel, couldn't find oel repository these packages, used this:

[]# cat /etc/yum.repos.d/virt7-common.repo [virt7-common] name=extra packages enterprise linux 7 - $basearch baseurl=http://mirror.centos.org/centos/7/extras/$basearch/ enabled=1 gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/rpm-gpg-key-centos-7 

Comments

Popular posts from this blog

twig - Using Twigbridge in a Laravel 5.1 Package -

jdbc - Not able to establish database connection in eclipse -

Kivy: Swiping (Carousel & ScreenManager) -