From 0ca17c62d20125bcbd944f2e3790fac414190800 Mon Sep 17 00:00:00 2001 From: Zhou Peng
Date: Tue, 5 Jan 2021 14:04:10 +0800 Subject: [PATCH] [pkg/proxy/ipvs]: fix README.md typo Signed-off-by: Zhou Peng
--- 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 9f8bb09a068..895dcb97975 100644 --- a/pkg/proxy/ipvs/README.md +++ b/pkg/proxy/ipvs/README.md @@ -365,7 +365,7 @@ or similar logs occur in kube-proxy logs (for example, `/tmp/kube-proxy.log` for Using ipvs Proxier. ``` -While there is no IPVS proxy rules or the following logs ocuurs indicate that the kube-proxy fails to use IPVS mode: +While there is no IPVS proxy rules or the following logs occurs indicate that the kube-proxy fails to use IPVS mode: ``` Can't use ipvs proxier, trying iptables proxier Using iptables Proxier.