From 221a63396d234cd6f8d414d8bb75dffdb59a6085 Mon Sep 17 00:00:00 2001 From: Steve Watt Date: Wed, 1 Apr 2015 17:44:12 -0500 Subject: [PATCH] Added yum install of etcd --- docs/getting-started-guides/fedora/fedora_manual_config.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/getting-started-guides/fedora/fedora_manual_config.md b/docs/getting-started-guides/fedora/fedora_manual_config.md index 7df54fb1ffd..428c746f194 100644 --- a/docs/getting-started-guides/fedora/fedora_manual_config.md +++ b/docs/getting-started-guides/fedora/fedora_manual_config.md @@ -23,6 +23,11 @@ fed-node = 192.168.121.65 ``` yum -y install --enablerepo=updates-testing kubernetes ``` +* Install etcd + +``` +yum -y install etcd +``` * Add master and node to /etc/hosts on all machines (not needed if hostnames already in DNS). Make sure that communication works between fed-master and fed-node by using a utility such as ping.