getting-started: replace 'yum' with 'dnf' in Fedora docs

dnf has replaced yum as the standard package install tool
in all versions of Fedora that are currently supported.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
This commit is contained in:
Daniel P. Berrange
2016-11-11 13:41:49 +00:00
parent 9f66cc7a27
commit eed3349501
3 changed files with 6 additions and 6 deletions
@@ -37,7 +37,7 @@ master,etcd = kube-master.example.com
If not
```shell
yum install -y ansible git python-netaddr
dnf install -y ansible git python-netaddr
```
**Now clone down the Kubernetes repository**