Merge pull request #43 from drewcsillag/master

Add location of where to get the gcloud tools.
pull/6/head
brendandburns 2014-06-19 10:12:03 -07:00
commit 59c08db4c1
1 changed files with 3 additions and 2 deletions

View File

@ -22,8 +22,9 @@ However, initial development was done on GCE and so our instructions and scripts
[http://cloud.google.com/console](http://cloud.google.com/console) for more details.
2. Make sure you can start up a GCE VM. At least make sure you can do the [Create an instance](https://developers.google.com/compute/docs/quickstart#addvm) part of the GCE Quickstart.
3. You must have Go (version 1.2 or later) installed: [www.golang.org](http://www.golang.org).
4. Ensure that your `gcloud` components are up-to-date by running `gcloud components update`.
5. Get the Kubernetes source:
4. You must have the [`gcloud` components](https://developers.google.com/cloud/sdk/) installed.
5. Ensure that your `gcloud` components are up-to-date by running `gcloud components update`.
6. Get the Kubernetes source:
git clone https://github.com/GoogleCloudPlatform/kubernetes.git