Load etcd tarball from GCS.

Also fix up comment about how to cache docker debs.
This commit is contained in:
Joe Beda
2014-11-07 13:43:07 -08:00
parent 14d0dbd240
commit d033dfcc2b
2 changed files with 16 additions and 4 deletions

View File

@@ -60,7 +60,7 @@ purge-old-docker:
# curl https://get.docker.com/ubuntu/dists/docker/main/binary-amd64/Packages
# 2. Download based on that:
# curl -O https://get.docker.com/ubuntu/pool/main/<...>
# 3. Upload to GCS (the cache control makes :
# 3. Upload to GCS:
# gsutil cp <deb> gs://kubernetes-release/docker/<deb>
# 4. Make it world readable:
# gsutil acl ch -R -g all:R gs://kubernetes-release/docker/<deb>