diff options
| author | k8s-ci-robot <k8s-ci-robot@users.noreply.github.com> | 2018-10-13 09:54:47 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-10-13 09:54:47 -0700 |
| commit | 06e34629d46e3ccbebeb7350a3ae72e7b20e2fab (patch) | |
| tree | 9028fbf1f5434e92b4cfbb0582af8a76a7cd5564 | |
| parent | 22622f1871b5922da16146713abcee8352a5892c (diff) | |
| parent | 0a600f7f802a55cd8a1713bf2f104fad5b12f91c (diff) | |
Merge pull request #2790 from ifosch/rsync-dev-dep
Add rsync as development dependency
| -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. |
