Fixed typo

pull/6/head
Vincent Palmer 2017-11-29 16:01:26 +01:00
parent 2aeace402a
commit 8961f69c7e
1 changed files with 1 additions and 1 deletions

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