From 3f0766679f8900ab04b764bb1c67025193f1dfc4 Mon Sep 17 00:00:00 2001 From: Sam Ghods Date: Mon, 9 Mar 2015 19:41:18 -0700 Subject: [PATCH] Update README to include design overview --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e90a01b8cf9b..f92f7968bf3d7 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,8 @@ Kubernetes documentation is organized into several categories. - details of ```kube-proxy``` iptables - how to wire services to external internet - **Design Documentation** - - in [docs/design](docs/design) + - [Design Overview](DESIGN.md) + - More in [docs/design](docs/design) - for people who want to understand the design choices made - describes tradeoffs, alternative designs - descriptions of planned features that are too long for a github issue.