From 00b3fa802d91cb00b1add7116cd148c138d36d02 Mon Sep 17 00:00:00 2001 From: Di Xu Date: Sat, 14 Mar 2015 13:40:47 +0800 Subject: [PATCH] fix broken link and typo in services.md --- .gitignore | 3 +++ docs/services.md | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index aacc023a656..aa0d4b377f9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,9 @@ # OSX leaves these everywhere on SMB shares ._* +# OSX trash +.DS_Store + # Eclipse files .classpath .project diff --git a/docs/services.md b/docs/services.md index 5a6a207e7b1..42989d99e1e 100644 --- a/docs/services.md +++ b/docs/services.md @@ -261,9 +261,9 @@ When a client connects to the portal the iptables rule kicks in, and redirects the packets to the `Service proxy`'s own port. The `Service proxy` chooses a backend, and starts proxying traffic from the client to the backend. -The means that `Service` owners can choose any `Service` port they want without +This means that `Service` owners can choose any `Service` port they want without risk of collision. Clients can simply connect to an IP and port, without being aware of which `Pods` they are actually accessing. -![Services detailed diagram](Services_detail.png) +![Services detailed diagram](services_detail.png)