Add rsync as development dependency

While trying to fix https://github.com/kubernetes/kubernetes/issues/62577
I noticed my system was lacking `rsync` installed, which was required to
have `make` and `make test` working.
This commit is contained in:
ifosch 2018-10-13 08:41:06 +02:00
parent 22622f1871
commit 0a600f7f80
1 changed files with 5 additions and 0 deletions

View File

@ -115,6 +115,11 @@ environment. Recent Linux distros should work out-of-the-box.
macOS ships with outdated BSD-based tools. We recommend installing [macOS GNU
tools].
### rsync
Kubernetes build system requires `rsync` command present in the development
platform.
### etcd
Kubernetes maintains state in [`etcd`][etcd-latest], a distributed key store.