Update the ipvs proxy README.md

Fix a small tyop.
This commit is contained in:
Jeff Schroeder 2017-11-15 12:50:23 -06:00 committed by GitHub
parent 54e60aca17
commit 7599d4bc06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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