From 4825589c36572b2919db636115ed7e005b8ddd6d Mon Sep 17 00:00:00 2001 From: Mike Danese Date: Tue, 3 May 2016 11:15:01 -0700 Subject: [PATCH] add to the readme a description of what this project's goal is --- README | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README b/README index f87dc42fc8..a2f2ca3bca 100644 --- a/README +++ b/README @@ -1,3 +1,9 @@ # kube-deploy -This is a repository of community maintained Kubernetes cluster deployment automations. +This is a repository of community maintained Kubernetes cluster deployment +automations. + +Think of this as https://github.com/kubernetes/contrib for deployment +automations! Each subdirectory is it's own project. It should be a place where +people can come see how the community is deploying kubernetes and should allow +for faster development iteration compared to developing in the main repository.