diff options
| -rw-r--r-- | contributors/devel/development.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/contributors/devel/development.md b/contributors/devel/development.md index 80ad361e..03f00e0e 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. |
