From 0d6cf9ae99bc5d09e74e979e11395c809d43bc6d Mon Sep 17 00:00:00 2001 From: Steve Watt Date: Thu, 26 Mar 2015 12:53:12 -0500 Subject: [PATCH] Add how-to for installing different Kube Versions Provenance of the PR - https://groups.google.com/forum/#!topic/google-containers/kBw33yj33sU This change provides users that may not be familiar with Fedora conventions with some additional information on how to quickly navigate the Fedora infrastructure to find and install the Kubernetes version that they are after. --- docs/getting-started-guides/fedora/fedora_manual_config.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/getting-started-guides/fedora/fedora_manual_config.md b/docs/getting-started-guides/fedora/fedora_manual_config.md index 3928d5b1a2246..7df54fb1ffddd 100644 --- a/docs/getting-started-guides/fedora/fedora_manual_config.md +++ b/docs/getting-started-guides/fedora/fedora_manual_config.md @@ -17,6 +17,8 @@ fed-node = 192.168.121.65 **Prepare the hosts:** * Install kubernetes on all hosts - fed-{master,node}. This will also pull in etcd and docker. This guide has been tested with kubernetes-0.12.0 but should work with later versions too. +* The [--enablerepo=update-testing](https://fedoraproject.org/wiki/QA:Updates_Testing) directive in the yum command below will ensure that the most recent Kubernetes version that is scheduled for pre-release will be installed. This should be a more recent version than the Fedora "stable" release for Kubernetes that you would get without adding the directive. +* If you want the very latest Kubernetes release [you can download and yum install the RPM directly from Fedora Koji](http://koji.fedoraproject.org/koji/packageinfo?packageID=19202) instead of using the yum install command below. ``` yum -y install --enablerepo=updates-testing kubernetes