From 7599d4bc0683ab1026d0bbbd594b82d9b9407a73 Mon Sep 17 00:00:00 2001 From: Jeff Schroeder Date: Wed, 15 Nov 2017 12:50:23 -0600 Subject: [PATCH] Update the ipvs proxy README.md Fix a small tyop. --- pkg/proxy/ipvs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/proxy/ipvs/README.md b/pkg/proxy/ipvs/README.md index c0f616c9217..a93cf77b53a 100644 --- a/pkg/proxy/ipvs/README.md +++ b/pkg/proxy/ipvs/README.md @@ -8,7 +8,7 @@ This document shows how to use kube-proxy ipvs mode. Linux kernel. IPVS runs on a host and acts as a load balancer in front of a cluster of real servers. IPVS can direct requests for TCP -and UDP-based services to the real servers, and make services of real servers appear as irtual services on a single IP address. +and UDP-based services to the real servers, and make services of real servers appear as virtual services on a single IP address. ## How to use