diff --git a/README.md b/README.md index 2935188..a7c4803 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ This tutorial will walk you through setting up Kubernetes the hard way. This gui This tutorial is optimized for learning, which means taking the long route to help people understand each task required to bootstrap a Kubernetes cluster. +> The results of this tutorial should not be viewed as production ready, and may receive limited support from the community, but don't let that prevent you from learning! + ## Target Audience 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.