Merge pull request #2790 from ifosch/rsync-dev-dep

Add rsync as development dependency
This commit is contained in:
k8s-ci-robot 2018-10-13 09:54:47 -07:00 committed by GitHub
commit 06e34629d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.