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

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -