From beab5855527dc62496476520064bea293b504d36 Mon Sep 17 00:00:00 2001 From: Damien Lespiau Date: Wed, 10 Jan 2018 14:49:29 +0000 Subject: [PATCH] There are now 3 proxy modes! Update the introduction sentence accordingly. --- docs/concepts/services-networking/service.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/concepts/services-networking/service.md b/docs/concepts/services-networking/service.md index 1090ecb48a..24e31bd3cf 100644 --- a/docs/concepts/services-networking/service.md +++ b/docs/concepts/services-networking/service.md @@ -741,8 +741,8 @@ VIP, their traffic is automatically transported to an appropriate endpoint. The environment variables and DNS for `Services` are actually populated in terms of the `Service`'s VIP and port. -We support two proxy modes - userspace and iptables, which operate slightly -differently. +We support three proxy modes - userspace, iptables and ipvs which operate +slightly differently. #### Userspace