From 56ca1ef328ef0fadaa6aa7566fd22a3b68d3ba94 Mon Sep 17 00:00:00 2001 From: Brendan Burns Date: Tue, 3 Feb 2015 11:20:56 -0800 Subject: [PATCH 1/3] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 67813484bd1..bc590ee910f 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,11 @@ Kubernetes documentation is organized into several categories. - for people who want to contribute code to kubernetes - covers development conventions - explains current architecture and project plans + - ** Service Documentation*** + - [Service FAQ](https://github.com/GoogleCloudPlatform/kubernetes/wiki/Services-FAQ) + - for people who are interested in how Services work + - details of ```kube-proxy``` iptables + - how to wire services to external internet - **Design Documentation** - in [docs/design](docs/design) - for people who want to understand the design choices made From ce5a9c39add96c48e0e5c0df09b23343cb78c51a Mon Sep 17 00:00:00 2001 From: Brendan Burns Date: Tue, 3 Feb 2015 20:45:54 -0800 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bc590ee910f..3fd16521312 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ Kubernetes documentation is organized into several categories. - for people who want to contribute code to kubernetes - covers development conventions - explains current architecture and project plans - - ** Service Documentation*** + - ** Service Documentation** - [Service FAQ](https://github.com/GoogleCloudPlatform/kubernetes/wiki/Services-FAQ) - for people who are interested in how Services work - details of ```kube-proxy``` iptables From 699f20598dd9cb364310c1fc255059490b134b8e Mon Sep 17 00:00:00 2001 From: Brendan Burns Date: Tue, 3 Feb 2015 20:47:08 -0800 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3fd16521312..31ac112e383 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ Kubernetes documentation is organized into several categories. - for people who want to contribute code to kubernetes - covers development conventions - explains current architecture and project plans - - ** Service Documentation** + - **Service Documentation** - [Service FAQ](https://github.com/GoogleCloudPlatform/kubernetes/wiki/Services-FAQ) - for people who are interested in how Services work - details of ```kube-proxy``` iptables