Make clear that this is not supported on AWS

pull/49/head
Justin Santa Barbara 2016-09-11 14:44:56 -04:00
parent b239d709f7
commit 9828389bee
1 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,8 @@ This tutorial is optimized for learning, which means taking the long route to he
The target audience for this tutorial is someone planning to support a production Kubernetes cluster and wants to understand how everything fits together. After completing this tutorial I encourage you to automate away the manual steps presented in this guide.
Please note that for AWS the configuration is not production suitable, and you should use a tool such as [kops](https://github.com/kubernetes/kops) instead.
## Cluster Details
* Kubernetes 1.3.6
@ -24,6 +26,7 @@ The resulting cluster will be missing the following items:
* [Cluster add-ons](https://github.com/kubernetes/kubernetes/tree/master/cluster/addons)
* [Logging](http://kubernetes.io/docs/user-guide/logging)
* [No Cloud Provider Integration](http://kubernetes.io/docs/getting-started-guides/)
* Unsupported and not production suitable on AWS. Please use for educational purposes only.
### Assumptions