From e391509f81a1ab9e234f61535b2745409bedf59c Mon Sep 17 00:00:00 2001 From: Ming Zhao Date: Fri, 4 Aug 2017 14:01:34 -0700 Subject: [PATCH] Update build requirements --- build/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build/README.md b/build/README.md index 575b061f0a3..60f37fb7019 100644 --- a/build/README.md +++ b/build/README.md @@ -5,10 +5,10 @@ Building Kubernetes is easy if you take advantage of the containerized build env ## Requirements 1. Docker, using one of the following configurations: - 1. **Mac OS X** You can either use Docker for Mac or docker-machine. See installation instructions [here](https://docs.docker.com/docker-for-mac/). + * **Mac OS X** You can either use Docker for Mac or docker-machine. See installation instructions [here](https://docs.docker.com/docker-for-mac/). **Note**: You will want to set the Docker VM to have at least 3GB of initial memory or building will likely fail. (See: [#11852]( http://issue.k8s.io/11852)). - 2. **Linux with local Docker** Install Docker according to the [instructions](https://docs.docker.com/installation/#installation) for your OS. - 3. **Remote Docker engine** Use a big machine in the cloud to build faster. This is a little trickier so look at the section later on. + * **Linux with local Docker** Install Docker according to the [instructions](https://docs.docker.com/installation/#installation) for your OS. + * **Remote Docker engine** Use a big machine in the cloud to build faster. This is a little trickier so look at the section later on. 2. **Optional** [Google Cloud SDK](https://developers.google.com/cloud/sdk/) You must install and configure Google Cloud SDK if you want to upload your release to Google Cloud Storage and may safely omit this otherwise.