From b7f08e01fad7d7f828eeada99f9dc59cce2fd069 Mon Sep 17 00:00:00 2001 From: Wenjia Zhang Date: Thu, 1 Aug 2024 14:06:57 +0000 Subject: [PATCH] Update release.md to move the space limitation to the correct line Signed-off-by: Wenjia Zhang --- Documentation/contributor-guide/release.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Documentation/contributor-guide/release.md b/Documentation/contributor-guide/release.md index d2bf1b31b8f..660126a2aba 100644 --- a/Documentation/contributor-guide/release.md +++ b/Documentation/contributor-guide/release.md @@ -57,12 +57,11 @@ which don't need to be executed before releasing each version. 2. Ensure you have a Linux machine, on which the git, Golang, and docker have been installed. - Ensure the Golang version matches the version defined in `.go-version` file. - Ensure non-privileged users can run docker commands, refer to the [Linux postinstall](https://docs.docker.com/engine/install/linux-postinstall/). - - Ensure there is at least 500MB of free space on your Linux machine. + - Ensure there is at least 5GB of free space on your Linux machine. 3. Install gsutil, refer to [gsutil_install](https://cloud.google.com/storage/docs/gsutil_install). When asked about cloud project to use, pick `etcd-development`. 4. Authenticate the image registry, refer to [Authentication methods](https://cloud.google.com/container-registry/docs/advanced-authentication). - `gcloud auth login` - `gcloud auth configure-docker` -5. Ensure there is at least 500MB of free space on your Linux machine. ### Release steps