From aa6131020c7d4cc3378044bf5d72b7e7e4f3bcf0 Mon Sep 17 00:00:00 2001 From: Tim Bannister Date: Tue, 12 Nov 2019 02:22:07 +0000 Subject: [PATCH] Take kube-proxy features for granted (#17483) All supported Kubernetes versions offer all kube-proxy features previously listed. --- content/en/docs/concepts/services-networking/service.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/content/en/docs/concepts/services-networking/service.md b/content/en/docs/concepts/services-networking/service.md index 7a586e346b..ed8be0d894 100644 --- a/content/en/docs/concepts/services-networking/service.md +++ b/content/en/docs/concepts/services-networking/service.md @@ -220,14 +220,6 @@ There are a few reasons for using proxying for Services: on the DNS records could impose a high load on DNS that then becomes difficult to manage. -### Version compatibility - -Since Kubernetes v1.0 you have been able to use the -[userspace proxy mode](#proxy-mode-userspace). -Kubernetes v1.1 added iptables mode proxying, and in Kubernetes v1.2 the -iptables mode for kube-proxy became the default. -Kubernetes v1.8 added ipvs proxy mode. - ### User space proxy mode {#proxy-mode-userspace} In this mode, kube-proxy watches the Kubernetes master for the addition and