From 0a600f7f802a55cd8a1713bf2f104fad5b12f91c Mon Sep 17 00:00:00 2001 From: ifosch Date: Sat, 13 Oct 2018 08:41:06 +0200 Subject: [PATCH] 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. --- contributors/devel/development.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/contributors/devel/development.md b/contributors/devel/development.md index 80ad361e7..03f00e0ed 100644 --- a/contributors/devel/development.md +++ b/contributors/devel/development.md @@ -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.