From 813d6040f615ed4198d61eb8e15ed4ffdc2b26e7 Mon Sep 17 00:00:00 2001 From: Kelsey Hightower Date: Sat, 9 Jul 2016 20:21:52 -0700 Subject: [PATCH] document GCP requirements --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8a340d7..78925e2 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,8 @@ The resulting cluster will be missing the following items: ## Labs +The following labs assume you have a working [Google Compute Platform](https://cloud.google.com) account and a recent version of the [Google Cloud SDK](https://cloud.google.com/sdk/) (116.0.0+) installed. + * [Cloud Infrastructure Provisioning](docs/01-infrastructure.md) * [Setting up a CA and TLS Cert Generation](docs/02-certificate-authority.md) * [Bootstrapping an H/A etcd cluster](docs/03-etcd.md)