Unverified Commit 7599d4bc authored by Jeff Schroeder's avatar Jeff Schroeder Committed by GitHub

Update the ipvs proxy README.md

Fix a small tyop.
parent 54e60aca
...@@ -8,7 +8,7 @@ This document shows how to use kube-proxy ipvs mode. ...@@ -8,7 +8,7 @@ This document shows how to use kube-proxy ipvs mode.
Linux kernel. 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 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 ## How to use
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment