From 7e0087411e6345ba92155191b784276582e340da Mon Sep 17 00:00:00 2001 From: Kelsey Hightower Date: Sun, 11 Sep 2016 08:02:52 -0700 Subject: [PATCH] document assumptions --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 8098252..0d09e6f 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,20 @@ The resulting cluster will be missing the following items: * [Logging](http://kubernetes.io/docs/user-guide/logging) * [No Cloud Provider Integration](http://kubernetes.io/docs/getting-started-guides/) +### Assumptions + +GCP + +* The us-central1 region will be used + +``` +gcloud config set compute/region us-central1 +``` + +AWS + +* The us-west-2 region will be used + ## Labs This tutorial assumes you have access to one of the following: