kubernetes setup on baremetal centos 7

7/2/2015

I am trying to deploy kubernetes on "CentOS Linux release 7.0.1406" using "yum install kubernetes" Which installs "kubernetes-0.17.1-4.el7.x86_64".

I am unable to understand how I can get the latest stable release (which I believe is 0.20.xxx)

I was also unable to "--enablerepo=updates-testing" which results in error as

below are the available repositories in my computer

base/7/x86_64 CentOS-7 - Base 8,652 extras/7/x86_64 CentOS-7 - Extras 149 updates/7/x86_64 CentOS-7 - Updates 928 repolist: 17,876

-- Suyog Barve
centos
kubernetes

1 Answer

7/4/2015

The CentOS packages can be found at http://cbs.centos.org/kojifiles/packages/kubernetes.

They are maintained by a community contributors which, unfortunately, means that they sometimes lag behind the latest release until they are rebuilt.

-- Robert Bailey
Source: StackOverflow