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
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.