document assumptions

pull/49/head
Kelsey Hightower 2016-09-11 08:02:52 -07:00
parent d922910910
commit 7e0087411e
1 changed files with 14 additions and 0 deletions

View File

@ -25,6 +25,20 @@ The resulting cluster will be missing the following items:
* [Logging](http://kubernetes.io/docs/user-guide/logging) * [Logging](http://kubernetes.io/docs/user-guide/logging)
* [No Cloud Provider Integration](http://kubernetes.io/docs/getting-started-guides/) * [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 ## Labs
This tutorial assumes you have access to one of the following: This tutorial assumes you have access to one of the following: