From a3b40dd7b7afd6a03c620214211c9eb3ae5c2ef2 Mon Sep 17 00:00:00 2001 From: song Date: Mon, 3 Sep 2018 11:26:59 +0800 Subject: [PATCH] fix typo in ipvs RADME.md --- 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 d1af763054b..fcdca807449 100644 --- a/pkg/proxy/ipvs/README.md +++ b/pkg/proxy/ipvs/README.md @@ -325,7 +325,7 @@ export KUBE_PROXY_MODE=ipvs Similar to local-up cluster, kube-proxy in [clusters running on GCE](https://kubernetes.io/docs/getting-started-guides/gce/) run in iptables mode by default. Users need to export the env `KUBE_PROXY_MODE=ipvs` before [starting a cluster](https://kubernetes.io/docs/getting-started-guides/gce/#starting-a-cluster): ```shell -#before running one of the commmands chosen to start a cluster: +#before running one of the commands chosen to start a cluster: # curl -sS https://get.k8s.io | bash # wget -q -O - https://get.k8s.io | bash # cluster/kube-up.sh