Don't include '.' in release tars.

Also make ownership, by default, be root.  This won't work on systems that don't have GNU tar so we warn.

Fixes: #1902
This commit is contained in:
Joe Beda
2014-10-30 10:49:44 -07:00
parent ff9befea72
commit 33869ab644
2 changed files with 29 additions and 5 deletions

View File

@@ -6,7 +6,7 @@ You can either build a release from sources or download a pre-built release. If
Soon, we will have a list of numbered and nightly releases. Until then, you can download a development release/snapshot from [here](http://storage.googleapis.com/kubernetes-releases-56726/devel/kubernetes.tar.gz).
Unpack this tar file on Linux or OS X. Most guides assume you are in the `kubernetes/` directory.
Unpack this tar file on Linux or OS X. Unpack this tar file on Linux or OS X, cd to the created `kubernetes/` directory, and then follow the getting started guide for your cloud.
### Building from source