Commit 67906e05 authored by Prashanth B's avatar Prashanth B

Merge pull request #6318 from wattsteve/patch-2

Fedora Guide: Missing yum installation of etcd
parents 668e8655 221a6339
...@@ -23,6 +23,11 @@ fed-node = 192.168.121.65 ...@@ -23,6 +23,11 @@ fed-node = 192.168.121.65
``` ```
yum -y install --enablerepo=updates-testing kubernetes 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. * 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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment