document assumptions
parent
d922910910
commit
7e0087411e
14
README.md
14
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:
|
||||
|
|
Loading…
Reference in New Issue