From 9828389beedbef460a0c29b646e3ec2bc14594f6 Mon Sep 17 00:00:00 2001 From: Justin Santa Barbara Date: Sun, 11 Sep 2016 14:44:56 -0400 Subject: [PATCH] Make clear that this is not supported on AWS --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0d09e6f..e6aa2f5 100644 --- a/README.md +++ b/README.md @@ -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