Skip to content

Commit

Permalink
fix broken link and typo in services.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xudifsd committed Mar 14, 2015
1 parent ddae4ef commit 00b3fa8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# OSX leaves these everywhere on SMB shares
._*

# OSX trash
.DS_Store

# Eclipse files
.classpath
.project
Expand Down
4 changes: 2 additions & 2 deletions docs/services.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 00b3fa8

Please sign in to comment.